]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-compat-util.h
name-rev: avoid cutoff timestamp underflow
[thirdparty/git.git] / git-compat-util.h
index 83be89de0aac7c96799635e3b2858a465f440acf..2e253567fbb8045124f4dcafa051ab048867223d 100644 (file)
@@ -344,6 +344,7 @@ typedef uintmax_t timestamp_t;
 #define PRItime PRIuMAX
 #define parse_timestamp strtoumax
 #define TIME_MAX UINTMAX_MAX
+#define TIME_MIN 0
 
 #ifndef PATH_SEP
 #define PATH_SEP ':'