diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-09-19 20:38:32 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-09-19 20:38:32 +0200 |
commit | ceeacc501bc64dcdff180a9250bf2fcea3582837 (patch) | |
tree | 5934e97fc45082bc333c21e7dac5ca936112306a /cache.h | |
parent | Merge branch 'mb/build-contrib-svn-fe' (diff) | |
parent | pretty: provide a strict ISO 8601 date format (diff) | |
download | git-ceeacc501bc64dcdff180a9250bf2fcea3582837.tar.xz git-ceeacc501bc64dcdff180a9250bf2fcea3582837.zip |
Merge branch 'bb/date-iso-strict'
"log --date=iso" uses a slight variant of ISO 8601 format that is
made more human readable. A new "--date=iso-strict" option gives
datetime output that is more strictly conformant.
* bb/date-iso-strict:
pretty: provide a strict ISO 8601 date format
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1039,6 +1039,7 @@ enum date_mode { DATE_SHORT, DATE_LOCAL, DATE_ISO8601, + DATE_ISO8601_STRICT, DATE_RFC2822, DATE_RAW }; |