diff options
Diffstat (limited to 'commit.go')
-rw-r--r-- | commit.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ func (c *Commit) Tree() (*Tree, error) { func (c *Commit) Parents() *CommitIter { return NewCommitIter(c.r, core.NewObjectLookupIter( c.r.s.ObjectStorage(), + core.CommitObject, c.parents, )) } |