Very trivial: the documentation for "blame" and "rev-list" failed to mention the --date=raw option in the summary of the --date option. Here we correct that. Signed-off-by: Will Palmer <wmpalmer@xxxxxxxxx> --- Documentation/blame-options.txt | 4 ++-- Documentation/git-rev-list.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/blame-options.txt b/Documentation/blame-options.txt index 16e3c68..e11a3da 100644 --- a/Documentation/blame-options.txt +++ b/Documentation/blame-options.txt @@ -72,8 +72,8 @@ of lines before or after the line given by <start>. --date <format>:: 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 + {relative,local,default,iso,rfc,short,raw}. 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]. diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt index 8e1e329..ce3692c 100644 --- a/Documentation/git-rev-list.txt +++ b/Documentation/git-rev-list.txt @@ -37,7 +37,7 @@ SYNOPSIS [ \--regexp-ignore-case | -i ] [ \--extended-regexp | -E ] [ \--fixed-strings | -F ] - [ \--date=(local|relative|default|iso|rfc|short) ] + [ \--date=(local|relative|default|iso|rfc|short|raw) ] [ [\--objects | \--objects-edge] [ \--unpacked ] ] [ \--pretty | \--header ] [ \--bisect ] -- 1.7.4.2 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html