On Feb 16, 2008 1:57 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > But format=flowed is different. It loses information. Not just > one space at the end of the original line, but if you have very > long line that has more than one spaces at an unfortunate place, > the sending MUA can cut the line there and leave a single > trailing space for the receiving end to reflow. Well, according to the RFC, that shouldn't be the case. The only lost information should be trailing whitespace. Embedded whitespace should not be altered. > RFC3676 may be a good text communication medium. It is just not > suitable for patch transfer. Just don't use it. Would you consider making this configurable. Something like: applymail.allowed_flowed = true/false/warn If you're completely opposed though, we should modify git-am (and/or mailinfo) to reject format=flowed messages entirely, no? j. - 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