git_transport.ls

Get the list of available references in the remote repository.

This function may be called after a successful call to connect(). The array returned is owned by the transport and must be kept valid until the next call to one of its functions.

struct git_transport
int function(const(libgit2_d.types.git_remote_head)*** out_, size_t* size, .git_transport* transport) ls;

Meta