Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
format-patch: Generate a newline between the subject header and the m…
…essage body format-patch previously didn't generate a newline after a subject. This caused the diffstat to not be displayed in messages with only one line for the commit message. This patch fixes this by adding a newline after the headers if a body hasn't been added. Signed-off-by: Robert Shearman <rob@codeweavers.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
- Loading branch information