git_transport.oid_type

Gets the object type for the remote repository.

This function may be called after a successful call to connect().

struct git_transport
version(GIT_EXPERIMENTAL_SHA256)
int function(libgit2.oid.git_oid_t* object_type, .git_transport* transport) oid_type;

Meta