summaryrefslogtreecommitdiffstats
path: root/cache.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-09-19 20:38:32 +0200
committerJunio C Hamano <gitster@pobox.com>2014-09-19 20:38:32 +0200
commitceeacc501bc64dcdff180a9250bf2fcea3582837 (patch)
tree5934e97fc45082bc333c21e7dac5ca936112306a /cache.h
parentMerge branch 'mb/build-contrib-svn-fe' (diff)
parentpretty: provide a strict ISO 8601 date format (diff)
downloadgit-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index dfa1a5696d..823feb87b7 100644
--- a/cache.h
+++ b/cache.h
@@ -1039,6 +1039,7 @@ enum date_mode {
DATE_SHORT,
DATE_LOCAL,
DATE_ISO8601,
+ DATE_ISO8601_STRICT,
DATE_RFC2822,
DATE_RAW
};