diff options
Diffstat (limited to 'forged/internal/oldgit/patch.go')
-rw-r--r-- | forged/internal/oldgit/patch.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/forged/internal/oldgit/patch.go b/forged/internal/oldgit/patch.go index 30bf8e8..fc8ef98 100644 --- a/forged/internal/oldgit/patch.go +++ b/forged/internal/oldgit/patch.go @@ -39,4 +39,5 @@ func CommitToPatch(commit *object.Commit) (parentCommitHash plumbing.Hash, patch return } +// NullTree is a tree object that is empty and has no hash. var NullTree object.Tree //nolint:gochecknoglobals |