git_commit_tree_id

Get the id of the tree pointed to by a commit. This differs from git_commit_tree in that no attempts are made to fetch an object from the ODB.

@param commit a previously loaded commit. @return the id of tree pointed to by commit.

extern (C) nothrow @nogc
git_commit_tree_id

Meta