Don't call git status when ignored files change

This commit is contained in:
Max Brunsfeld 2023-07-21 17:05:42 -07:00
parent 4bd415f2b6
commit 05b161118c
2 changed files with 13 additions and 8 deletions

View file

@ -109,6 +109,7 @@ impl GitRepository for LibGitRepository {
}
}
}
fn branches(&self) -> Result<Vec<Branch>> {
let local_branches = self.branches(Some(BranchType::Local))?;
let valid_branches = local_branches