Sergei Organov <osv@xxxxxxxxx> writes: > Don't you think it's time to fix git-format-patch to put some reliable > "end-of-patch" marker line before the signature? Not at all. git-apply is designed to (and has to) grok any reasonable e-mailed patch, not just format-patch output. And we should consider having e-mail signature separator at the end as "reasonable". It only becomes an issue when you start deviating from the rule of reliable diff parsing, such as ignoring the old/new line count, which is the topic of Dscho's patch. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html