pub fn is_special_git_remote(remote: &RemoteName) -> bool
Expand description
Determine, by its name, if a remote refers to the special local-only “git” remote that is used in the Git backend.
This function always returns false if the “git” feature is not enabled.