summaryrefslogtreecommitdiffstats
path: root/git-blame.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-06-13 08:29:33 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-06-13 08:29:33 +0000
commit9e52d4ea667a8100ea390c15adae60a56a410699 (patch)
tree5f8bfca4c28ca84b71b57ea867f7ae1699bedb53 /git-blame.txt
parent16f98874ca3e3f42ea299d3dd858f91f0122d50a (diff)
downloadgit-htmldocs-9e52d4ea667a8100ea390c15adae60a56a410699.tar.gz
Autogenerated HTML docs for v1.5.2.1-271-g90ac
Diffstat (limited to 'git-blame.txt')
-rw-r--r--git-blame.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/git-blame.txt b/git-blame.txt
index 44678b0c3..66f120370 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] [--root] [-s] [-l] [-t] [-f] [-n] [-p] [--incremental] [-L n,m]
+'git-blame' [-c] [-b] [-l] [--root] [-t] [-f] [-n] [-s] [-p] [-w] [--incremental] [-L n,m]
[-S <revs-file>] [-M] [-C] [-C] [--since=<date>]
[<rev> | --contents <file>] [--] <file>
@@ -63,6 +63,11 @@ include::blame-options.txt[]
-s::
Suppress author name and timestamp from the output.
+-w::
+ Ignore whitespace when comparing parent's version and
+ child's to find where the lines came from.
+
+
THE PORCELAIN FORMAT
--------------------