mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-20 19:55:00 +00:00
code_review: PR #1078
- Remove `ForceEnglishLocale` because we want all `git` outputs in English - Remove locale settings for `ExecuteCustomAction` Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
860f52153b
commit
0f9087fac6
3 changed files with 2 additions and 18 deletions
|
@ -14,7 +14,6 @@ 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)\"";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue