X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-rev-list.c;h=ebf53f5944f1a53c5336f69e2ef3105ce50d0823;hb=b3bf96d483ac2ff4a7523445a4e3f53f266501a4;hp=c0329dcecdbb4775b2c438a0bf6429a5ee72b18e;hpb=e32442a6767cb530f882f409d1d665d14bf9b7d9;p=git.git diff --git a/builtin-rev-list.c b/builtin-rev-list.c index c0329dcec..ebf53f594 100644 --- a/builtin-rev-list.c +++ b/builtin-rev-list.c @@ -95,7 +95,7 @@ static void show_commit(struct commit *commit) static char pretty_header[16384]; pretty_print_commit(revs.commit_format, commit, ~0, pretty_header, sizeof(pretty_header), - revs.abbrev, NULL, NULL, revs.relative_date); + revs.abbrev, NULL, NULL, revs.date_mode); printf("%s%c", pretty_header, hdr_termination); } fflush(stdout);