summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/jgit.sh
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2011-05-29 14:12:37 -0700
committerShawn O. Pearce <spearce@spearce.org>2011-08-13 14:12:03 -0700
commita5f5b20dff63f30aba69437f4c2386d96072daff (patch)
tree4ff2331a640254a365564a9e48840cc401f4c87c /org.eclipse.jgit.pgm/jgit.sh
parenta2eadf0b6745103c1acac0494583f056351269be (diff)
downloadjgit-a5f5b20dff63f30aba69437f4c2386d96072daff.tar.gz
jgit-a5f5b20dff63f30aba69437f4c2386d96072daff.zip
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>
Diffstat (limited to 'org.eclipse.jgit.pgm/jgit.sh')
-rw-r--r--org.eclipse.jgit.pgm/jgit.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm/jgit.sh b/org.eclipse.jgit.pgm/jgit.sh
index 9ff59d6122..f18e85fe45 100644
--- a/org.eclipse.jgit.pgm/jgit.sh
+++ b/org.eclipse.jgit.pgm/jgit.sh
@@ -52,6 +52,7 @@ done
use_pager=
case "$cmd" in
+blame) use_pager=1 ;;
diff) use_pager=1 ;;
log) use_pager=1 ;;
esac