git_commit_id

Get the id of a commit.

extern (C) nothrow @nogc
git_commit_id

Parameters

commit const(libgit2_d.types.git_commit)*

a previously loaded commit.

Return Value

Type: const(libgit2_d.oid.git_oid)*

object identity for the commit.

Meta