X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-blame.txt;h=66f1203701350f42cb028c6971c169ac129332ec;hb=33e12acafec40ac7c44629e22cf050e506bb0706;hp=44678b0c3601512df024e3670aadeabd5317b0c9;hpb=03f6db0ec058ca1d34672a3100293c3bf56c3b6b;p=git.git diff --git a/Documentation/git-blame.txt b/Documentation/git-blame.txt index 44678b0c3..66f120370 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] [-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 ] [-M] [-C] [-C] [--since=] [ | --contents ] [--] @@ -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 --------------------