Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-format-patch: Always add a blank line between headers and body.
If the second line of the commit message isn't empty, git-format-patch needs to add an empty line in order to generate a properly formatted mail. Otherwise git-rebase drops the rest of the commit message. Signed-off-by: Alexandre Julliard <julliard@winehq.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
- Loading branch information