enhance: gc will use --prune argument

This commit is contained in:
leo 2024-07-16 18:04:16 +08:00
parent 6d888f8007
commit b9ed0987eb
No known key found for this signature in database

View file

@ -10,7 +10,7 @@ namespace SourceGit.Commands
WorkingDirectory = repo; WorkingDirectory = repo;
Context = repo; Context = repo;
TraitErrorAsOutput = true; TraitErrorAsOutput = true;
Args = "gc"; Args = "gc --prune";
} }
protected override void OnReadline(string line) protected override void OnReadline(string line)