Method

GgitCommitget_tree

Declaration [src]

GgitTree*
ggit_commit_get_tree (
  GgitCommit* commit
)

Description [src]

Get the tree object for commit.

Return value

Type: GgitTree

A GgitTree.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.