diff options
Diffstat (limited to 'obj_commit.go')
| -rw-r--r-- | obj_commit.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/obj_commit.go b/obj_commit.go index 38f24ffc..d40ae784 100644 --- a/obj_commit.go +++ b/obj_commit.go @@ -8,8 +8,7 @@ import ( // Commit mirrors the structure of a Git commit object. type Commit struct { - Hash Hash - + Hash Hash Tree Hash Parents []Hash Author Ident |
