On Sat, Dec 21, 2013 at 3:00 PM, Jeff King [off-list ref] wrote:
quoted hunk ↗ jump to hunk
From: Ramsay Jones <redacted>
Signed-off-by: Ramsay Jones <redacted>
Signed-off-by: Junio C Hamano <redacted>
Signed-off-by: Jeff King <redacted>
---
compat/mingw.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/compat/mingw.h b/compat/mingw.h
index 92cd728..8828ede 100644
--- a/compat/mingw.h
+++ b/compat/mingw.h
@@ -345,6 +345,7 @@ static inline char *mingw_find_last_dir_sep(const char *path)
#define PATH_SEP ';'
#define PRIuMAX "I64u"
#define PRId64 "I64d"
+#define PRIx64 "I64x"
Please, move this before patch #8, and adjust the commit message.