Subject should read start with '[PATCH 2/4] '.
"Stefan-W. Hahn" [off-list ref] writes:
If using git-mailsplit in environments where files with dos and unix
line ending stay in one repository mbox patches must be split with
additional parameter '--keep-cr', because the behaviour of
git-mailsplit have been changed in commit c2ca1d79.
With this patch the behaviour of git-mailsplit can be set via
configuration file.
Signed-off-by: Stefan-W. Hahn <redacted>
---
[...]
+mailsplit.keep-cr::
+ If true git-mailsplit will not remove `\r` from lines ending
+ with `\r\n`. See linkgit:git-mailsplit[1].
+
The convention use by config variables is to have camelCase or
allsmallcase name (variable name and section name are case
insensitive), e.g.:
transfer.unpackLimit::
status.showUntrackedFiles::
sendemail.aliasfiletype::
repack.usedeltabaseoffset::
etc., with the only outlier being add.ignore-errors.
--
Jakub Narebski
Poland
ShadeHawk on #git