git-gui: fix "Explore Working Copy" for Windows again
commitf1a176c7c4f0da418ca35c31d6e7af12c48ef509
authorMarkus Heidelberg <markus.heidelberg@web.de>
Thu, 25 Feb 2010 00:14:22 +0000 (25 01:14 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 28 Apr 2010 14:23:55 +0000 (28 16:23 +0200)
tree46ea2a9b6a533b37e098d47debff1515914cd9b4
parent2f63f8a6a6a1b3bd605ddd73855011020cbf94b6
git-gui: fix "Explore Working Copy" for Windows again

It has already been fixed in commit 454efb47 (git-gui (Win): make
"Explore Working Copy" more robust, 2009-04-01), but has been broken in
commit 21985a11 (git-gui: handle non-standard worktree locations,
2010-01-23) by accidentally replacing too much with a new variable.

The problem can be reproduced when starting git-gui from within a
subdirectory. The solution is to convert the path name, explorer.exe is
invoked with, to a platform native name.

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
git-gui/git-gui.sh