summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 23effa7)
raw | patch | inline | side by side (parent: 23effa7)
author | Shawn O. Pearce <spearce@spearce.org> | |
Thu, 25 Jan 2007 18:01:16 +0000 (13:01 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Thu, 25 Jan 2007 18:01:16 +0000 (13:01 -0500) |
Now that recent versions of gitk (shipping with at least git 1.5.0-rc1
and later) actually accept command line revision specifiers without
crashing on internal Tk errors we can offer the 'Visualize All Branches'
menu item in the Repository menu on Mac OS X.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
and later) actually accept command line revision specifiers without
crashing on internal Tk errors we can offer the 'Visualize All Branches'
menu item in the Repository menu on Mac OS X.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh | patch | blob | history |
diff --git a/git-gui.sh b/git-gui.sh
index ea4136c98b0621264969f47a11f80d24834bf77f..639f380784c6234ae8e69119a5ba49f0bff3f6ed 100755 (executable)
--- a/git-gui.sh
+++ b/git-gui.sh
-label {Visualize Current Branch} \
-command {do_gitk {}} \
-font font_ui
-if {![is_MacOSX]} {
- .mbar.repository add command \
- -label {Visualize All Branches} \
- -command {do_gitk {--all}} \
- -font font_ui
-}
+.mbar.repository add command \
+ -label {Visualize All Branches} \
+ -command {do_gitk {--all}} \
+ -font font_ui
.mbar.repository add separator
if {!$single_commit} {