Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
timestamp_t: a new data type for timestamps
[gitweb.git]
/
pretty.c
diff --git
a/pretty.c
b/pretty.c
index 24fb0c790626e61ee3b0c6680c91d06c5d0b00df..587d48371b05e0298e3358fa46bfaa4232ae24f9 100644
(file)
--- a/
pretty.c
+++ b/
pretty.c
@@
-405,7
+405,7
@@
static void add_rfc2047(struct strbuf *sb, const char *line, size_t len,
const char *show_ident_date(const struct ident_split *ident,
const struct date_mode *mode)
{
-
unsigned long
date = 0;
+
timestamp_t
date = 0;
long tz = 0;
if (ident->date_begin && ident->date_end)