Function jj_lib::git::is_reserved_git_remote_ref

source ·
pub fn is_reserved_git_remote_ref(parsed_ref: &RefName) -> bool
Expand description

Returns true if the parsed_ref won’t be imported because its remote name is reserved.

Use this as a negative git_ref_filter to be passed in to import_some_refs().