From: Alexander Gavrilov Date: Thu, 13 Nov 2008 20:12:42 +0000 (+0300) Subject: gitk: Add a menu option to start git gui X-Git-Url: http://privyetmir.co.uk/gitweb?a=commitdiff_plain;h=7fb0abb19563d36d8e210198b6c2debbf3362812;p=gitk gitk: Add a menu option to start git gui Git gui already has menu commands to start gitk, and this makes the relation symmetric. [paulus@samba.org - changed "Git Gui" in the menu item to "git gui"] Signed-off-by: Alexander Gavrilov Signed-off-by: Paul Mackerras --- diff --git a/gitk b/gitk index b8b5e80..64a873d 100755 --- a/gitk +++ b/gitk @@ -1911,6 +1911,9 @@ proc makewindow {} { {mc "Reload" command reloadcommits -accelerator Meta1-F5} {mc "Reread references" command rereadrefs} {mc "List references" command showrefs -accelerator F2} + {xx "" separator} + {mc "Start git gui" command {exec git gui &}} + {xx "" separator} {mc "Quit" command doquit -accelerator Meta1-Q} }} {mc "Edit" cascade {