Tree returns the Tree referenced by the commit graph node.
()
| 16 | ID() plumbing.Hash |
| 17 | // Tree returns the Tree referenced by the commit graph node. |
| 18 | Tree() (*object.Tree, error) |
| 19 | // CommitTime returns the Committer.When time of the Commit referenced by the commit graph node. |
| 20 | CommitTime() time.Time |
| 21 | // NumParents returns the number of parents in a commit. |
no outgoing calls