Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
receive-pack: allow using --strict mode for unpacking objects
[gitweb.git]
/
builtin-log.c
diff --git
a/builtin-log.c
b/builtin-log.c
index fd9b3ae95ea8da03780f93382dd817a11cdbb9f3..fe8fc6f22a176a017c65ac6177f0bab890d8fce5 100644
(file)
--- a/
builtin-log.c
+++ b/
builtin-log.c
@@
-683,6
+683,10
@@
static void make_cover_letter(struct rev_info *rev, int use_stdout,
strbuf_release(&sb);
shortlog_init(&log);
+ log.wrap_lines = 1;
+ log.wrap = 72;
+ log.in1 = 2;
+ log.in2 = 4;
for (i = 0; i < nr; i++)
shortlog_add_commit(&log, list[i]);