Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint' of git://repo.or.cz/git-gui into maint
author
Junio C Hamano
<junkio@cox.net>
Mon, 7 May 2007 21:46:15 +0000
(14:46 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 7 May 2007 21:46:15 +0000
(14:46 -0700)
* 'maint' of git://repo.or.cz/git-gui:
git-gui: Allow spaces in path to 'wish'
git-gui/git-gui.sh
patch
|
blob
|
history
raw
(from parent 1:
bff898b
)
diff --git
a/git-gui/git-gui.sh
b/git-gui/git-gui.sh
index 7cbc977ea29f2d0060476c3973df16c5abf6fe12..ae881336dac0807d1f4a026b649c75febdc1b8b3 100755
(executable)
--- a/
git-gui/git-gui.sh
+++ b/
git-gui/git-gui.sh
@@
-4134,7
+4134,7
@@
proc do_gitk {revs} {
# -- Always start gitk through whatever we were loaded with. This
# lets us bypass using shell process on Windows systems.
#
- set cmd [
info nameofexecutable
]
+ set cmd [
list [info nameofexecutable]
]
lappend cmd [gitexec gitk]
if {$revs ne {}} {
append cmd { }