X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fblame-options.txt;h=1625ffce6a1910c879447705fea4e3301039debd;hb=1414e5788b85787a712a30977b388200f1bc04da;hp=26cfb6219591e982a360f3303889bd594e5d3293;hpb=54e0e6edfa60f84b582112804365e207e70f44a6;p=git.git diff --git a/Documentation/blame-options.txt b/Documentation/blame-options.txt index 26cfb6219..1625ffce6 100644 --- a/Documentation/blame-options.txt +++ b/Documentation/blame-options.txt @@ -70,6 +70,14 @@ of lines before or after the line given by . tree copy has the contents of the named file (specify `-` 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 + 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 + of the --date option at linkgit:git-log[1]. + -M||:: Detect moving lines in the file as well. When a commit moves a block of lines in a file (e.g. the original file