git_commit_owner

Get the repository that contains the commit.

extern (C) nothrow @nogc
git_commit_owner

Parameters

commit const(libgit2_d.types.git_commit)*

A previously loaded commit.

Return Value

Type: libgit2_d.types.git_repository*

Repository that contains this commit.

Meta