Function jj_lib::git::import_some_refs
source ยท pub fn import_some_refs(
mut_repo: &mut MutableRepo,
git_settings: &GitSettings,
git_ref_filter: impl Fn(&RefName) -> bool,
) -> Result<GitImportStats, GitImportError>
Expand description
Reflect changes made in the underlying Git repo in the Jujutsu repo.
Only branches whose git full reference name pass the filter will be considered for addition, update, or deletion.