Method

GgitCommitget_tree

Declaration [src]

GgitTree*
ggit_commit_get_tree (
  GgitCommit* commit
)

Description [src]

Get the tree object for commit.

Return value

Returns: GgitTree
 

A GgitTree.

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