blame: move copy/move thresholds to scoreboard
[gitweb.git] / builtin / log.c
index f93ef6c71009ac9e47048766e55e8e7456b281db..fd3d10ec21752b6ba78e3a2b4cd7a72af6ca8fe7 100644 (file)
@@ -911,7 +911,7 @@ static void gen_message_id(struct rev_info *info, char *base)
 {
        struct strbuf buf = STRBUF_INIT;
        strbuf_addf(&buf, "%s.%"PRItime".git.%s", base,
-                   (unsigned long) time(NULL),
+                   (timestamp_t) time(NULL),
                    git_committer_info(IDENT_NO_NAME|IDENT_NO_DATE|IDENT_STRICT));
        info->message_id = strbuf_detach(&buf, NULL);
 }