The recent-ish version of Magit (M-x magit-version
says magit-20131222.850
) I'm currently using enforces certain annoying properties on commit messages, and colors them oddly. Specifically, it auto-breaks lines at a certain length and colors the first one green.
Is there any way to disable this, and make it act like the old dumb commit message window? I don't see anything relevant-looking in M-x customize-mode
, so I assume the solution will involve some elisp
.