git-gui: Added menu command to visualize all branches.
authorShawn O. Pearce <spearce@spearce.org>
Wed, 22 Nov 2006 01:33:09 +0000 (20:33 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 22 Nov 2006 03:34:27 +0000 (22:34 -0500)
commitd075242923691e5f3c671f240945b0bdf26a7cd0
treeeb36dccebabee307b731a5c9f26f488f957f66f4
parentb673bbc59cf6950808d12b0d4020ae606019a8cd
git-gui: Added menu command to visualize all branches.

Sometimes its useful to start gitk with the --all option, to view all of
the known branches and tags within this repository.  Rather than making
the user startup gitk and then edit the view we can pass the option along
for them.

This also makes it slightly more explicit, that when gitk starts up by
default its showing the current branch and not everything.  Yes gitk
isn't showing that to the user, but the fact that the user had to make
a decision between seeing this current branch or all branches will
hopefully make them study gitk's display before jumping to a conclusion.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui