aboutsummaryrefslogtreecommitdiff
path: root/gitweb
diff options
context:
space:
mode:
authorMirko Faina <mroik@delayed.space>2026-03-27 20:48:10 +0100
committerJunio C Hamano <gitster@pobox.com>2026-03-27 13:10:12 -0700
commit0284046ad01e22b5e794a864a96925791f75353c (patch)
treed2ea26c6cec91a63bbd39f0db6379aa05e61f8b4 /gitweb
parentacee42d3e5a2855cfa3b33baf3728f34fe6fb33f (diff)
downloadgit-0284046ad01e22b5e794a864a96925791f75353c.tar.xz
format-patch: removing unconditional wrapping
Using format-patch with --commit-list-format different than shortlog, causes the commit entry lines to wrap if they get longer than MAIL_DEFAULT_WRAP (72 characters). While this might be sensible for many when sending changes through email, it forces this decision of wrapping on the user, reducing the control granularity of --commit-list-format. Teach generate_commit_list_cover() to respect commit entry line lengths and place this wrapping rule on the "modern" preset format instead. Signed-off-by: Mirko Faina <mroik@delayed.space> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'gitweb')
0 files changed, 0 insertions, 0 deletions