aboutsummaryrefslogtreecommitdiffstats
path: root/git-gui
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2006-11-20 22:22:10 -0500
committerShawn O. Pearce <spearce@spearce.org>2006-11-21 00:22:34 -0500
commit75e355d6bec2796ea0e69f4f4421670141ac77a2 (patch)
treeb7c14e2b36cff4caefd761925413e3a8c6b51054 /git-gui
parent93a79912055dfc0cbdc974e98c705bc75950862a (diff)
downloadgit-75e355d6bec2796ea0e69f4f4421670141ac77a2.tar.gz
git-gui: Seperate out the database operations in project menu.
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>
Diffstat (limited to 'git-gui')
-rwxr-xr-xgit-gui4
1 files changed, 4 insertions, 0 deletions
diff --git a/git-gui b/git-gui
index 7f75ffeaa0..83ff5100ac 100755
--- a/git-gui
+++ b/git-gui
@@ -2619,6 +2619,8 @@ menu .mbar.project
-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
@@ -2627,6 +2629,8 @@ if {!$single_commit} {
-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} \