X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/2ccc38f4061497e18172d3e9a470c3d489a0e23e..372203672369b7370f3829b6f9f7690398abcb23:/lib/git-fake-bare diff --git a/lib/git-fake-bare b/lib/git-fake-bare index ac63404..33bd39e 100644 --- a/lib/git-fake-bare +++ b/lib/git-fake-bare @@ -48,7 +48,7 @@ git_fake_bare_diff = error "diff does not work for fake bare git repositories (y git_fake_bare_log = git log "$@" git_fake_bare_register = - url="$(LC_MESSAGES=C GIT_CONFIG=config git-config --get remote.origin.url)" || true + url="$(LC_ALL=C GIT_CONFIG=config git-config --get remote.origin.url)" || true if [ -z "$url" ]; then error "cannot determine git url" fi