git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Drew Northup <n1xim.email@gmail.com>
To: gitList <git@vger.kernel.org>
Cc: Drew Northup <n1xim.email@gmail.com>, <Matthieu.Moy@imag.fr>,
	<andy@aeruder.net>, <chriscool@tuxfamily.org>,
	<dmellor@whistlingcat.com>, <dpmcgee@gmail.com>,
	<fonseca@diku.dk>, <freku045@student.liu.se>, <gitster@pobox.com>,
	<kevin@sb.org>, <marius@trolltech.com>, <namhyung@gmail.com>,
	<peff@peff.net>, <rene.scharfe@lsrfire.ath.cx>, <s-beyer@gmx.net>,
	<trast@inf.ethz.ch>
Subject: [PATCH] Documentation/git-blame.txt: --follow is a NO-OP
Date: Tue, 18 Sep 2012 22:48:25 -0400	[thread overview]
Message-ID: <1348022905-10048-1-git-send-email-n1xim.email@gmail.com> (raw)
In-Reply-To: <20120906151317.GB7407@sigill.intra.peff.net>

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

Signed-off-by: Drew Northup <n1xim.email@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

  reply	other threads:[~2012-09-19  2:49 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-06  7:02 git blame --follow norbert.nemec
2012-09-06  9:58 ` Jeff King
2012-09-06 10:12   ` norbert.nemec
2012-09-06 15:13     ` Jeff King
2012-09-19  2:48       ` Drew Northup [this message]
2012-09-19  4:38         ` [PATCH] Documentation/git-blame.txt: --follow is a NO-OP Junio C Hamano
2012-09-19 18:27           ` Jeff King
2012-09-19 19:36             ` Junio C Hamano
2012-09-19 19:42               ` Jeff King
2012-09-19 20:31                 ` Kevin Ballard
2012-09-19 20:37                   ` Jeff King
2012-09-19 21:09                     ` Kevin Ballard
2012-09-21 19:09                     ` Re* " Junio C Hamano
2012-09-21 21:00                       ` Junio C Hamano
2012-09-20  0:05                 ` Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1348022905-10048-1-git-send-email-n1xim.email@gmail.com \
    --to=n1xim.email@gmail.com \
    --cc=Matthieu.Moy@imag.fr \
    --cc=andy@aeruder.net \
    --cc=chriscool@tuxfamily.org \
    --cc=dmellor@whistlingcat.com \
    --cc=dpmcgee@gmail.com \
    --cc=fonseca@diku.dk \
    --cc=freku045@student.liu.se \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=kevin@sb.org \
    --cc=marius@trolltech.com \
    --cc=namhyung@gmail.com \
    --cc=peff@peff.net \
    --cc=rene.scharfe@lsrfire.ath.cx \
    --cc=s-beyer@gmx.net \
    --cc=trast@inf.ethz.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).