diff --git a/crates/project/src/git_store.rs b/crates/project/src/git_store.rs index f111ef17a0d17f0288ab739c4d02f51148b431f6..40ef0daa29390e229ab03eb840c39900163d4b6a 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(()) }