libgit2

git_blob_owner

Version:

Get the repository that contains the blob.

Signature

git_repository *git_blob_owner(const git_blob *blob);

Parameters

In
blob

A previously loaded blob.

Returns

Repository that contains this blob.

Versions