X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fblame-options.txt;h=63fc197fbe768e39fde653a24f77e6d8f03af114;hb=01d386121758ac72aedd5f268feb763d53fc3cdf;hp=df2a7c164130743b28f110bda3d323e978897bce;hpb=8a61097cde387870921e822bdf90b4ffd3792845;p=git.git diff --git a/Documentation/blame-options.txt b/Documentation/blame-options.txt index df2a7c164..63fc197fb 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