X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-cat-file.c;h=6c16bfa1ae4ae6207a74a8caa95564c649c4b0dd;hb=e2b1d1ccdd2ef4db41819bb0d242b808cfe6c422;hp=7a6fa56e93034f0553e5a119180b3841cc773cb4;hpb=7230e6d042ae385377f09c4d226d9b1aa7a2c13b;p=git.git diff --git a/builtin-cat-file.c b/builtin-cat-file.c index 7a6fa56e9..6c16bfa1a 100644 --- a/builtin-cat-file.c +++ b/builtin-cat-file.c @@ -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;