summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 93a7991)
raw | patch | inline | side by side (parent: 93a7991)
author | Shawn O. Pearce <spearce@spearce.org> | |
Tue, 21 Nov 2006 03:22:10 +0000 (22:22 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Tue, 21 Nov 2006 05:22:34 +0000 (00:22 -0500) |
The project menu is just too cluttered without using separator entries
to split out the database operations (such as repack and verify) from
the other options in the same menu.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
to split out the database operations (such as repack and verify) from
the other options in the same menu.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui | patch | blob | history |
index 7f75ffeaa0125d4b7982472da65e55feb8d19c4e..83ff5100acc1307effed83b7f5d9c6a7c9390835 100755 (executable)
--- a/git-gui
+++ b/git-gui
-command do_gitk \
-font font_ui
if {!$single_commit} {
+ .mbar.project add separator
+
.mbar.project add command -label {Repack Database} \
-command do_repack \
-font font_ui
-command do_fsck_objects \
-font font_ui
+ .mbar.project add separator
+
if {$tcl_platform(platform) eq {windows}} {
.mbar.project add command \
-label {Create Desktop Icon} \