mirror of
https://github.com/git/git.git
synced 2024-11-18 07:24:27 +01:00
Merge branch 'maint' of git://repo.or.cz/git-gui into maint
* 'maint' of git://repo.or.cz/git-gui: git-gui: Allow spaces in path to 'wish'
This commit is contained in:
commit
53a5824586
@ -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 { }
|
||||
|
Loading…
Reference in New Issue
Block a user