24
* Sanitize commit messages that come in from the '-m' flag. We translate
25
'\r\n' => '\n' and a plain '\r' => '\n'. The storage layer doesn't
26
allow those because XML store silently translate it anyway. (The parser
27
auto-translates \r\n => \n in ways that are hard for us to catch.)