]> git.ipfire.org Git - thirdparty/git.git/commit
git-gui: View blame from the command line.
authorShawn O. Pearce <spearce@spearce.org>
Fri, 9 Feb 2007 00:10:52 +0000 (19:10 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 9 Feb 2007 00:10:52 +0000 (19:10 -0500)
commit2ebba528dcb64ec1a408ec3b06cf9f928a7fb76d
treefdba6414c762b812eb8f75d80d096e7e1136ba40
parentdb7f34d4c54c1162d976be4d1752642c85e063b4
git-gui: View blame from the command line.

Viewing annotated files is one of those tasks that is relatively
difficult to do in a simple vt100 terminal emulator.  The user
really wants to be able to browse through a lot of information,
and to interact with it by navigating through revisions.

Now users can start our file viewer with annotations by running
'git gui blame commit path', thereby seeing the contents of the
given file at the given commit.  Right now I am being lazy by
not allowing the user to omit the commit name (and have us thus
assume HEAD).

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