X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fpretty-formats.txt;h=0193c3ce58de4f51a164d43e68023fdf5639a920;hb=9de328fea951eca9524feaa5eb55762467df6b98;hp=d922e8e86c173491fc492d3060bf92f4ee7b6c2d;hpb=f95c6780c244e90abf87222126ad3b4bb18a504e;p=git.git diff --git a/Documentation/pretty-formats.txt b/Documentation/pretty-formats.txt index d922e8e86..0193c3ce5 100644 --- a/Documentation/pretty-formats.txt +++ b/Documentation/pretty-formats.txt @@ -106,12 +106,14 @@ The placeholders are: - '%aD': author date, RFC2822 style - '%ar': author date, relative - '%at': author date, UNIX timestamp +- '%ai': author date, ISO 8601 format - '%cn': committer name - '%ce': committer email - '%cd': committer date - '%cD': committer date, RFC2822 style - '%cr': committer date, relative - '%ct': committer date, UNIX timestamp +- '%ci': committer date, ISO 8601 format - '%e': encoding - '%s': subject - '%b': body @@ -121,4 +123,3 @@ The placeholders are: - '%Creset': reset color - '%m': left, right or boundary mark - '%n': newline -