diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-05-02 16:45:31 (GMT) |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-05-02 16:45:31 (GMT) |
commit | 3f28f63f5a87c566ac471e04791daf3da20c67da (patch) | |
tree | a6a70c5ff1ec67f8ade79358eb4b1cf752e6311a /git-gui.sh | |
parent | f20db5ff30af2169a0fe8a0afe015c30cdbe0256 (diff) | |
parent | 681bfd59ce1a93a4492e11a480e438099f721294 (diff) | |
download | git-3f28f63f5a87c566ac471e04791daf3da20c67da.zip git-3f28f63f5a87c566ac471e04791daf3da20c67da.tar.gz git-3f28f63f5a87c566ac471e04791daf3da20c67da.tar.bz2 |
Merge branch 'maint'
* maint:
git-gui: Allow spaces in path to 'wish'
Diffstat (limited to 'git-gui.sh')
-rwxr-xr-x | git-gui.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4143,7 +4143,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 { } |