fix: Force English locale in branch query command. (#1078)

This commit is contained in:
Gadfly 2025-03-10 20:05:37 +08:00 committed by GitHub
parent b4fbc2372b
commit 860f52153b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 4 deletions

View file

@ -14,6 +14,7 @@ namespace SourceGit.Commands
{
WorkingDirectory = repo;
Context = repo;
ForceEnglishLocale = true;
Args = "branch -l --all -v --format=\"%(refname)%00%(objectname)%00%(HEAD)%00%(upstream)%00%(upstream:trackshort)\"";
}