summaryrefslogtreecommitdiffstats
path: root/git-blame.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-12-01 03:09:23 +0000
committerJunio C Hamano <junio@kernel.org>2010-12-01 03:09:23 +0000
commited69a7415076fcb4dbebd7d4ecdbf32621b1a246 (patch)
tree43999623551eb410aefa91ea2f7c424add86079a /git-blame.txt
parent97bcb48c6f2fa3ff8c49372fb6057ebd66b78537 (diff)
downloadgit-htmldocs-ed69a7415076fcb4dbebd7d4ecdbf32621b1a246.tar.gz
Autogenerated HTML docs for v1.7.3.2-430-g208247
Diffstat (limited to 'git-blame.txt')
-rw-r--r--git-blame.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/git-blame.txt b/git-blame.txt
index a27f43950..c71671b4f 100644
--- a/git-blame.txt
+++ b/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] [-b] [-l] [--root] [-t] [-f] [-n] [-s] [-p] [-w] [--incremental] [-L n,m]
+'git blame' [-c] [-b] [-l] [--root] [-t] [-f] [-n] [-s] [-e] [-p] [-w] [--incremental] [-L n,m]
[-S <revs-file>] [-M] [-C] [-C] [-C] [--since=<date>]
[<rev> | --contents <file> | --reverse <rev>] [--] <file>
@@ -65,6 +65,10 @@ include::blame-options.txt[]
-s::
Suppress the author name and timestamp from the output.
+-e::
+--show-email::
+ Show the author email instead of author name (Default: off).
+
-w::
Ignore whitespace when comparing the parent's version and
the child's to find where the lines came from.