Re: [PATCH 4/3] shortlog: handle multi-line subjects like log --pretty=oneline et. al. do
From: Junio C Hamano <hidden> Date: 2016-06-15 22:45:53
René Scharfe [off-list ref] writes:
The commit message parser of git shortlog used to treat only the first
non-empty line of the commit message as the subject. Other log commands
(e.g. --pretty=oneline) show the whole first paragraph instead (unwrapped
into a single line).
For consistency, this patch borrows format_subject() from pretty.c to
make shortlog do the same.