git_blob_owner

Get the repository that contains the blob.

extern (C) nothrow @nogc
git_blob_owner

Parameters

blob const(libgit2_d.types.git_blob)*

A previously loaded blob.

Return Value

Type: libgit2_d.types.git_repository*

Repository that contains this blob.

Meta