Function ls_remote
Source pub fn ls_remote(
repository: &str,
reference: &str,
) -> Result<Option<String>, GitError>
Expand description
The full object ID reference points at in repository, or None when
the reference is absent.
ยงErrors
GitError for a refused input, a missing git, a timeout, a transport
failure, or output this adapter cannot read.