On Tue, Jul 29, 2008 at 04:49:16PM -0700, Kevin Ballard wrote: > The first is to write a newline preceding the boundary. This is needed > because MIME defines the encapsulation boundary as including the > preceding CRLF (or in this case, just LF), so we should be writing > one. Without this, the last newline in the pre-diff content is > consumed instead. Hmm. I am surprised we haven't had more bug reports about this, but perhaps these features aren't used too frequently. But I double checked the MIME specs just to be sure, and you are definitely right. > The second change is to always write the line termination character (default: newline) Can you please wrap your commit messages at some more reasonable length? This line is 86 characters long. -Peff -- 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