Closed N-o-Z closed 2 weeks ago
This is of course cool, but also unpleasant. E.g. this code still breaks because
❯ LANGUAGE=sv git status På grenen docs/getting-started-on-the-project inget att checka in, arbetskatalogen ren
will happen in some places in Northern Europe.
Perhaps open an issue to discover a proper way to run Git plumbing?
Closes #8086
Change Description
Background
Parsing git shell commands response to classify into comprehensible errors, seems like some FS return different strings for the same errors.
Bug Fix
The bug resulted from difference in output when not a git repository
The fix was to lowercase the out put before comparison
Testing Details
Added unit test
Breaking Change?
No