]> source.dussan.org Git - jgit.git/commit
blame: Implement blame on the command line 69/3569/8
authorShawn O. Pearce <spearce@spearce.org>
Sun, 29 May 2011 21:12:37 +0000 (14:12 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 13 Aug 2011 21:12:03 +0000 (14:12 -0700)
commita5f5b20dff63f30aba69437f4c2386d96072daff
tree4ff2331a640254a365564a9e48840cc401f4c87c
parenta2eadf0b6745103c1acac0494583f056351269be
blame: Implement blame on the command line

Command line options match the C implementation of `git blame` as
closely as possible, making for a pretty complete tool.

Change-Id: Ie1bd172ad9de586c3b60f0ee4a77a8f047364882
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit.pgm/META-INF/MANIFEST.MF
org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin
org.eclipse.jgit.pgm/jgit.sh
org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Blame.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/CLIText.java