git-gui: fix "Explore Working Copy" for Windows again
commit617d3353d6f448c03a517f8f5474cb922207a2df
authorMarkus Heidelberg <markus.heidelberg@web.de>
Thu, 25 Feb 2010 00:14:22 +0000 (25 01:14 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 12 Jun 2010 11:09:30 +0000 (12 13:09 +0200)
tree704a0f92cf4fc25f78d77f6d4259186e50a947e1
parentd2a9997bbe6c1c7cb9d470fb98d4f69076a386c4
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