Make note that while the --follow option is accepted by git blame it does
nothing.

Signed-off-by: Drew Northup <n1xim.em...@gmail.com>
---
 Documentation/git-blame.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Documentation/git-blame.txt b/Documentation/git-blame.txt
index 7ee9236..7465bd8 100644
--- a/Documentation/git-blame.txt
+++ b/Documentation/git-blame.txt
@@ -9,7 +9,7 @@ SYNOPSIS
 --------
 [verse]
 '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>] [--abbrev=<n>]
+           [-S <revs-file>] [-M] [-C] [-C] [-C] [--since=<date>] 
[--abbrev=<n>] [--follow]
            [<rev> | --contents <file> | --reverse <rev>] [--] <file>
 
 DESCRIPTION
@@ -78,6 +78,9 @@ include::blame-options.txt[]
        abbreviated object name, use <n>+1 digits. Note that 1 column
        is used for a caret to mark the boundary commit.
 
+--follow::
+        NO-OP accepted due to using the option parser also used by
+        'git log'
 
 THE PORCELAIN FORMAT
 --------------------
-- 
1.7.12.rc0.54.g9e2116a

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to