gitk: Add a menu option to start git gui
[gitweb.git] / gitk
diff --git a/gitk b/gitk
index b8b5e80927102cc75e27fddc65b31585d3e67a45..64a873d2efae0496c0485a6051c4fdd21e190634 100755 (executable)
--- 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 {