Fixed issue #2859: Cannot clone URLs which contain non-ASCII chars with Git for Windo...
commite84a105718982664d4c0906f1696a807f212ddd1
authorSven Strickroth <email@cs-ware.de>
Sun, 20 Nov 2016 22:32:49 +0000 (20 23:32 +0100)
committerSven Strickroth <email@cs-ware.de>
Sun, 20 Nov 2016 22:39:43 +0000 (20 23:39 +0100)
treea37846eddbfa9505c814847831b878bea43da339
parente439bd02956a7f4587c93b02fdbda5c8126bef6b
Fixed issue #2859: Cannot clone URLs which contain non-ASCII chars with Git for Windows 2.10.1 and 2.10.2

"The LC_ALL variable is supposed to contain information about the locale to use. If unset, it used to default to "C" but apparently recent MSYS2 versions switched to using "ASCII" as default (which makes little sense, of course).

Let's just verify that LC_ALL is set, and fall back to setting LC_ALL=C if it is not." (https://github.com/git-for-windows/MINGW-packages/commit/1bee65e5f691840fa7b203de8efbdf7d7bfc8aa5)

(fixes issue #2859)

Signed-off-by: Sven Strickroth <email@cs-ware.de>
src/Changelog.txt
src/Git/Git.cpp