summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f341307)
raw | patch | inline | side by side (parent: f341307)
author | Alexander Gavrilov <angavrilov@gmail.com> | |
Thu, 13 Nov 2008 20:12:42 +0000 (23:12 +0300) | ||
committer | Paul Mackerras <paulus@samba.org> | |
Mon, 1 Dec 2008 22:43:12 +0000 (09:43 +1100) |
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>
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>
gitk | patch | blob | history |
index b8b5e80927102cc75e27fddc65b31585d3e67a45..64a873d2efae0496c0485a6051c4fdd21e190634 100755 (executable)
--- a/gitk
+++ b/gitk
{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 {