mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-10 11:24:44 +03:00
feat: Add --prune option to git fetch command
This commit is contained in:
parent
a29c46de87
commit
32c57edaea
@ -286,7 +286,7 @@ where
|
||||
Fut: std::future::Future<Output = Option<String>>,
|
||||
Extra: Send + Clone,
|
||||
{
|
||||
let mut args = vec!["fetch", "--quiet"];
|
||||
let mut args = vec!["fetch", "--quiet", "--prune"];
|
||||
|
||||
let refspec = refspec.to_string();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user