git_commit_parent

Get the specified parent of the commit.

@param out_ Pointer where to store the parent commit @param commit a previously loaded commit. @param n the position of the parent (from 0 to parentcount) @return 0 or an error code

extern (C) nothrow @nogc
int
git_commit_parent

Meta