Merge branch 'maint'
* maint: git-gui: Allow spaces in path to 'wish'
This commit is contained in:
@ -4143,7 +4143,7 @@ proc do_gitk {revs} {
|
|||||||
# -- Always start gitk through whatever we were loaded with. This
|
# -- Always start gitk through whatever we were loaded with. This
|
||||||
# lets us bypass using shell process on Windows systems.
|
# lets us bypass using shell process on Windows systems.
|
||||||
#
|
#
|
||||||
set cmd [info nameofexecutable]
|
set cmd [list [info nameofexecutable]]
|
||||||
lappend cmd [gitexec gitk]
|
lappend cmd [gitexec gitk]
|
||||||
if {$revs ne {}} {
|
if {$revs ne {}} {
|
||||||
append cmd { }
|
append cmd { }
|
||||||
|
Reference in New Issue
Block a user