Code

Relative timestamps in git log
[git.git] / builtin-cat-file.c
index 7a6fa56e93034f0553e5a119180b3841cc773cb4..6c16bfa1ae4ae6207a74a8caa95564c649c4b0dd 100644 (file)
@@ -54,7 +54,7 @@ static void pprint_tag(const unsigned char *sha1, const char *buf, unsigned long
                                        write_or_die(1, tagger, sp - tagger);
                                        date = strtoul(sp, &ep, 10);
                                        tz = strtol(ep, NULL, 10);
-                                       sp = show_date(date, tz);
+                                       sp = show_date(date, tz, 0);
                                        write_or_die(1, sp, strlen(sp));
                                        xwrite(1, "\n", 1);
                                        break;