aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gavrilov <angavrilov@gmail.com>2008-11-13 23:12:42 +0300
committerPaul Mackerras <paulus@samba.org>2008-12-02 09:43:12 +1100
commit7fb0abb19563d36d8e210198b6c2debbf3362812 (patch)
tree7e43ad4526f2950378d57f55f4b8a3780e7ec862
parentf3413079d6a0d3d3cbeb506e81e647772b857f81 (diff)
downloadgit-7fb0abb19563d36d8e210198b6c2debbf3362812.tar.gz
git-7fb0abb19563d36d8e210198b6c2debbf3362812.tar.xz
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>
-rwxr-xr-xgitk3
1 files changed, 3 insertions, 0 deletions
diff --git a/gitk b/gitk
index b8b5e8092..64a873d2e 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 {