diff options
Diffstat (limited to 'third_party/git/cache.h')
-rw-r--r-- | third_party/git/cache.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/git/cache.h b/third_party/git/cache.h index b1da1ab08faa..023e8af41236 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 { |