diff options
author | Junio C Hamano <junkio@cox.net> | 2007-05-07 14:46:48 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-07 14:46:48 -0700 |
commit | 679c7c56ed9f73db5892fe17ef9b67b84b0ca242 (patch) | |
tree | 971c66f5b641bb5f2aeca09acb5ad48afc9064fb /git-gui | |
parent | e701ccc3883959b4ba5fada7a903e8e9eaddcba7 (diff) | |
parent | 53a58245863eff3d70aaa3ac75d7d57e843fc91d (diff) | |
download | git-679c7c56ed9f73db5892fe17ef9b67b84b0ca242.tar.gz |
Merge branch 'maint'
* maint:
Documentation: don't reference non-existent 'git-cvsapplycommit'
user-manual: stop deprecating the manual
user-manual: miscellaneous editing
user-manual: fix .gitconfig editing examples
user-manual: clean up fast-forward and dangling-objects sections
user-manual: add section ID's
user-manual: more discussion of detached heads, fix typos
git-gui: Allow spaces in path to 'wish'
gitk: Allow user to choose whether to see the diff, old file, or new file
Diffstat (limited to 'git-gui')
-rwxr-xr-x | git-gui/git-gui.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-gui/git-gui.sh b/git-gui/git-gui.sh index 94067cc5f7..677c5393fd 100755 --- a/git-gui/git-gui.sh +++ b/git-gui/git-gui.sh @@ -4137,7 +4137,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 { } |