summaryrefslogtreecommitdiff
path: root/Documentation/git-blame.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-04-12 22:50:45 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-04-29 09:05:06 (GMT)
commit093dc5bee61c47f5b0f3bea04339c9bf8839ca47 (patch)
tree5750e8fcf151f234ddd5a4a869a67569d84f894e /Documentation/git-blame.txt
parent28a94f885a735e7474357698ec384de24d526620 (diff)
downloadgit-093dc5bee61c47f5b0f3bea04339c9bf8839ca47.zip
git-093dc5bee61c47f5b0f3bea04339c9bf8839ca47.tar.gz
git-093dc5bee61c47f5b0f3bea04339c9bf8839ca47.tar.bz2
blame -s: suppress author name and time.
With this "git blame -b -s HEAD~n..HEAD" becomes a nicer way to review the result of recent changes in context. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-blame.txt')
-rw-r--r--Documentation/git-blame.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git-blame.txt b/Documentation/git-blame.txt
index 8f9439a..44678b0 100644
--- a/Documentation/git-blame.txt
+++ b/Documentation/git-blame.txt
@@ -8,7 +8,7 @@ git-blame - Show what revision and author last modified each line of a file
SYNOPSIS
--------
[verse]
-'git-blame' [-c] [-l] [-t] [-f] [-n] [-p] [--incremental] [-L n,m]
+'git-blame' [-c] [-b] [--root] [-s] [-l] [-t] [-f] [-n] [-p] [--incremental] [-L n,m]
[-S <revs-file>] [-M] [-C] [-C] [--since=<date>]
[<rev> | --contents <file>] [--] <file>
@@ -60,6 +60,9 @@ include::blame-options.txt[]
-n, --show-number::
Show line number in the original commit (Default: off).
+-s::
+ Suppress author name and timestamp from the output.
+
THE PORCELAIN FORMAT
--------------------