git-gui: Expose the browser as a subcommand.
authorShawn O. Pearce <spearce@spearce.org>
Fri, 16 Feb 2007 05:24:03 +0000 (00:24 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 16 Feb 2007 05:24:03 +0000 (00:24 -0500)
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>
No differences found