Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Format the full body instead of separating title
Fix #2315: Gedit strips newlines when commit lacks a blank line %B is the "raw body (unwrapped subject and body)". Since we're displaying both, we can use that to avoid any changes to the message content. %B was added to git in 1.7.2 (2010) in commit 1367b12ad623e28546ba40c435015d94e7fbb248, and fugitive requires 1.8.5 so it's safe to use.
- Loading branch information