Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-gui (Win): make "Explore Working Copy" more robust
[gitweb.git]
/
git-gui.sh
diff --git
a/git-gui.sh
b/git-gui.sh
index 259251ba198bd8dbbb0530cab3bee4036308bd65..e4a9230ea075847e30db86e5044f5cb85b0a9ff0 100755
(executable)
--- a/
git-gui.sh
+++ b/
git-gui.sh
@@
-1947,7
+1947,7
@@
proc do_explore {} {
# freedesktop.org-conforming system is our best shot
set explorer "xdg-open"
}
- eval exec $explorer [
file dirname [gitdir
]] &
+ eval exec $explorer [
list [file nativename [file dirname [gitdir]]
]] &
}
set is_quitting 0