diff --git a/crates/project/src/git_store.rs b/crates/project/src/git_store.rs index f111ef17a0..40ef0daa29 100644 --- a/crates/project/src/git_store.rs +++ b/crates/project/src/git_store.rs @@ -4999,6 +4999,7 @@ impl Repository { if update.is_last_update { self.snapshot.scan_id = update.scan_id; } + self.clear_pending_ops(cx); Ok(()) }