From: John Keeping Date: Thu, 3 Sep 2015 21:48:51 +0000 (+0100) Subject: Documentation/blame-options: don't list date formats X-Git-Tag: v2.7.0-rc0~142^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2df4e29c85dee2fe8b89e7878a38b59062e103ef;p=thirdparty%2Fgit.git Documentation/blame-options: don't list date formats This list is already incomplete (missing "raw") and we're about to add new formats. Remove it and refer to the canonical documentation in git-log(1). Signed-off-by: John Keeping Signed-off-by: Junio C Hamano --- diff --git a/Documentation/blame-options.txt b/Documentation/blame-options.txt index a09969ba08..760eab7428 100644 --- a/Documentation/blame-options.txt +++ b/Documentation/blame-options.txt @@ -63,11 +63,10 @@ include::line-range-format.txt[] `-` to make the command read from the standard input). --date :: - The value is one of the following alternatives: - {relative,local,default,iso,rfc,short}. If --date is not + Specifies the format used to output dates. If --date is not provided, the value of the blame.date config variable is used. If the blame.date config variable is also not set, the - iso format is used. For more information, See the discussion + iso format is used. For supported values, see the discussion of the --date option at linkgit:git-log[1]. -M||::