Enable git stash on collab
This commit is contained in:
parent
231a348e69
commit
3498ba894e
5 changed files with 52 additions and 2 deletions
|
@ -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(),
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue