Don't call git status when ignored files change
This commit is contained in:
parent
4bd415f2b6
commit
05b161118c
2 changed files with 13 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue