X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=builtin-rev-list.c;h=f11dbd65c14a196f92c98d5c16be0cda74a1edf1;hb=fa0f02dfa15d0d95f8b6d27688bbf8ac940e3354;hp=446802d37758c0aa5b2ff3ec917b49316d303312;hpb=9463ed0d737d498be5cbb6672428a8a1fbaf9120;p=git.git diff --git a/builtin-rev-list.c b/builtin-rev-list.c index 446802d3..f11dbd65 100644 --- a/builtin-rev-list.c +++ b/builtin-rev-list.c @@ -85,7 +85,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); + revs.abbrev, NULL, NULL); printf("%s%c", pretty_header, hdr_termination); } fflush(stdout);