git-gui: Expose the browser as a subcommand.
commitb90d479255d3b47e3604493b58e271cb9cd8dccd
authorShawn O. Pearce <spearce@spearce.org>
Fri, 16 Feb 2007 05:24:03 +0000 (16 00:24 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 16 Feb 2007 05:24:03 +0000 (16 00:24 -0500)
tree2401e7058f2e948507608f3065fe33eda64196a7
parent101e3ae7a6b041aa86505bfd3e8b901f1dc245c3
git-gui: Expose the browser as a subcommand.

Some users may find being able to browse around an arbitrary
branch to be handy, so we now expose our graphical browser
through `git gui browse <committish>`.

Yes, I'm being somewhat lazy and making the user give us
the name of the branch to browse.  They can always enter
HEAD.

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