Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'eb/mailinfo' into next
[gitweb.git]
/
builtin-rev-list.c
diff --git
a/builtin-rev-list.c
b/builtin-rev-list.c
index 446802d37758c0aa5b2ff3ec917b49316d303312..f11dbd65c14a196f92c98d5c16be0cda74a1edf1 100644
(file)
--- 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);