git_object_owner

Get the repository that owns this object

Freeing or calling git_repository_close on the returned pointer will invalidate the actual object.

Any other operation may be run on the repository without affecting the object.

@param obj the object @return the repository who owns this object

extern (C) nothrow @nogc
git_object_owner

Meta