git_commit_time

Get the commit time (i.e. committer time) of a commit.

extern (C) nothrow @nogc
git_commit_time

Parameters

commit const(libgit2_d.types.git_commit)*

a previously loaded commit.

Return Value

Type: libgit2_d.types.git_time_t

the time of a commit

Meta