about summary refs log tree commit diff
path: root/third_party/git/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/cache.h')
-rw-r--r--third_party/git/cache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/git/cache.h b/third_party/git/cache.h
index b1da1ab08f..023e8af412 100644
--- a/third_party/git/cache.h
+++ b/third_party/git/cache.h
@@ -1498,7 +1498,8 @@ enum date_mode_type {
 	DATE_RFC2822,
 	DATE_STRFTIME,
 	DATE_RAW,
-	DATE_UNIX
+	DATE_UNIX,
+	DATE_DOTTIME
 };
 
 struct date_mode {