forked fromgitpython-developers/GitPython
- Notifications
You must be signed in to change notification settings - Fork0
Commit32e4e08
committed
fix(git-cmd): use LC_ALL instead of LC_MESSAGES
Previously, only program messages where forced to the C-locale, nowwe force the entire program. That way, we should assure a remotewill not provide us with branch information in any other language butenglish.Related togitpython-developers#2901 parent1199f90 commit32e4e08
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
530 | 530 |
| |
531 | 531 |
| |
532 | 532 |
| |
533 |
| - | |
| 533 | + | |
534 | 534 |
| |
535 | 535 |
| |
536 | 536 |
| |
| |||
549 | 549 |
| |
550 | 550 |
| |
551 | 551 |
| |
552 |
| - | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
553 | 555 |
| |
554 | 556 |
| |
555 | 557 |
| |
|
0 commit comments
Comments
(0)