git_patch_owner

Get the repository associated with this patch. May be null.

extern (C) nothrow @nogc public
git_patch_owner
(
const(.git_patch)* patch
)

Parameters

patch const(.git_patch)*

the patch

Return Value

Type: libgit2.types.git_repository*

a pointer to the repository

Meta