X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-rev-list.c;h=f11dbd65c14a196f92c98d5c16be0cda74a1edf1;hb=cdd406e389bd6e0b2ad9394340a366c0c5ae27fc;hp=446802d37758c0aa5b2ff3ec917b49316d303312;hpb=edd5cc242820f3eec26329a263e4016a039adee1;p=git.git diff --git a/builtin-rev-list.c b/builtin-rev-list.c index 446802d37..f11dbd65c 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);