Is it possible? PyCharm provides a nice textbox for editing the commit message, but it ignores line breaks and all the text end up as a single long header line in git.
I sometimes want to have a short header and then explain more later in the body and be able to see a concise header with git log --oneline


git logoutput? Also, it seems you have 2 blank lines between your commit header and commit body, although it is recommended to have only one.git logwith--abbrev-commitoption, seems to work fine