]> git.ipfire.org Git - thirdparty/git.git/commit - git-merge-octopus.sh
merge-octopus: Work around environment issue on Windows
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 11 Jun 2010 22:45:35 +0000 (00:45 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 1 Oct 2010 22:08:46 +0000 (23:08 +0100)
commit4e57bafe8bc60e35b9841b22f99882581c466daf
treeedcbc70bfb1af1b70c4e7dd6363a4b166bd1b3ef
parent442dada22d3b6e511d30b05a80bab153619e52a7
merge-octopus: Work around environment issue on Windows

For some reason, the environment variables get upper-cased when a
subprocess is launched on Windows. Cope with that.

[PT: fixed typo in the char range noted by junio]

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
git-merge-octopus.sh