Skip to content

Commit 7fb0abb

Browse files
angavrilovpaulusmack
authored andcommitted
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 <angavrilov@gmail.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
1 parent f341307 commit 7fb0abb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gitk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1911,6 +1911,9 @@ proc makewindow {} {
19111911
{mc "Reload" command reloadcommits -accelerator Meta1-F5}
19121912
{mc "Reread references" command rereadrefs}
19131913
{mc "List references" command showrefs -accelerator F2}
1914+
{xx "" separator}
1915+
{mc "Start git gui" command {exec git gui &}}
1916+
{xx "" separator}
19141917
{mc "Quit" command doquit -accelerator Meta1-Q}
19151918
}}
19161919
{mc "Edit" cascade {

0 commit comments

Comments
 (0)