Enable git stash on collab

This commit is contained in:
Alvaro Parker 2025-08-08 20:53:50 -04:00
parent 231a348e69
commit 3498ba894e
No known key found for this signature in database
5 changed files with 52 additions and 2 deletions

View file

@ -993,6 +993,7 @@ impl Database {
scan_id: db_repository_entry.scan_id as u64,
is_last_update: true,
merge_message: db_repository_entry.merge_message,
stash_entries: Vec::new(),
});
}
}