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>
This commit is contained in:
Shawn O. Pearce 2006-11-20 22:22:10 -05:00
parent 93a7991205
commit 75e355d6be

View File

@ -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} \