git-gui: Support 'Visualize All Branches' on Mac OS X.
[gitweb.git] / git-gui.sh
index ea4136c98b0621264969f47a11f80d24834bf77f..639f380784c6234ae8e69119a5ba49f0bff3f6ed 100755 (executable)
@@ -3772,12 +3772,10 @@ menu .mbar.repository
        -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} {