]> Kevux Git Server - rit/commit
format-patch: wrap generate_commit_list_cover()
authorMirko Faina <mroik@delayed.space>
Mon, 23 Mar 2026 16:57:33 +0000 (17:57 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Mar 2026 20:06:59 +0000 (13:06 -0700)
commit617db87921e835f02ac132e86d0f7edc0d72915e
tree5f30aef836a36c9bfbfff0a0ae395330832570fb
parent24d174f9917cce804c9057061f7da0dbd3b88a24
format-patch: wrap generate_commit_list_cover()

While most conventions should not allow for the text lines in commit
messages to get too long, when they do it could make emails harder to
read.

Teach generate_commit_list_cover() to wrap its commit lines if they are
too long.

Signed-off-by: Mirko Faina <mroik@delayed.space>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/log.c