Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/bindiff' into next
[gitweb.git]
/
rev-list.c
diff --git
a/rev-list.c
b/rev-list.c
index 8b0ec388fa0afe5ffb28c94f2e75544612ab7265..235ae4c7e13b7dd26af100c6a1411ebfdeaef354 100644
(file)
--- a/
rev-list.c
+++ b/
rev-list.c
@@
-84,7
+84,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
);
printf("%s%c", pretty_header, hdr_termination);
}
fflush(stdout);