X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=builtin-rev-list.c;h=9dbfae416c2ed563960e69cc6286891d37d576e0;hb=10455d2a955a29db1809be139177e4e298771eb0;hp=ac551d59f3f6cb209a645ad708c46e4e88791295;hpb=5071877d2c623ffc41b48bbb49908a61051a6228;p=git.git diff --git a/builtin-rev-list.c b/builtin-rev-list.c index ac551d59f..9dbfae416 100644 --- a/builtin-rev-list.c +++ b/builtin-rev-list.c @@ -84,7 +84,7 @@ static void show_commit(struct commit *commit) unsigned long buflen = 0; pretty_print_commit(revs.commit_format, commit, ~0, &buf, &buflen, - revs.abbrev, NULL, NULL, revs.date_mode); + revs.abbrev, NULL, NULL, revs.date_mode, 0); printf("%s%c", buf, hdr_termination); free(buf); }