git: Clear pending ops for remote repos (#43098)

Release Notes:

- N/A
This commit is contained in:
Jakub Konka
2025-11-19 22:47:51 +01:00
committed by GitHub
parent 09e02a483a
commit 08692bb108
+1
View File
@@ -4999,6 +4999,7 @@ impl Repository {
if update.is_last_update {
self.snapshot.scan_id = update.scan_id;
}
self.clear_pending_ops(cx);
Ok(())
}