git_commit_dup

Create an in-memory copy of a commit. The copy must be explicitly free'd or it will leak.

@param out_ Pointer to store the copy of the commit @param source Original commit to copy

extern (C) nothrow @nogc
int
git_commit_dup

Meta