mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2025-01-10 23:47:21 -08:00
enhance: use --prune=now
instead of --prune
for git gc
command
This commit is contained in:
parent
b23f284e21
commit
fa2eb0cd26
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ namespace SourceGit.Commands
|
||||||
WorkingDirectory = repo;
|
WorkingDirectory = repo;
|
||||||
Context = repo;
|
Context = repo;
|
||||||
TraitErrorAsOutput = true;
|
TraitErrorAsOutput = true;
|
||||||
Args = "gc --prune";
|
Args = "gc --prune=now";
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void OnReadline(string line)
|
protected override void OnReadline(string line)
|
||||||
|
|
Loading…
Reference in a new issue