diff options
author | Robin Rosenberg <robin.rosenberg@dewire.com> | 2007-07-14 01:00:42 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-07-13 22:47:49 -0700 |
commit | ee8f838e0346751b21250f8d107049829b855a98 (patch) | |
tree | 1c64640d85fff10072e4e57eff1cedd3c4dc13aa /Documentation/pretty-formats.txt | |
parent | d60a6a662fac58f833efde93c962314fd5d83541 (diff) | |
download | git-ee8f838e0346751b21250f8d107049829b855a98.tar.gz git-ee8f838e0346751b21250f8d107049829b855a98.tar.xz |
Support output ISO 8601 format dates
Support output of full ISO 8601 style dates in e.g. git log
and other places that use interpolation for formatting.
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/pretty-formats.txt')
-rw-r--r-- | Documentation/pretty-formats.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/pretty-formats.txt b/Documentation/pretty-formats.txt index c551ea61d..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 |