Junio C Hamano <junkio@xxxxxxx> writes: > Robert Shearman <rob@xxxxxxxxxxxxxxx> writes: > >> This patch inserts a newline in two places - once in the loop to >> separate the subject part of the commit message from the body part of >> the commit message and another after the loop to counteract the eating >> of whitespace at the end of the message. > > Thanks. > > * Please sign your patch. > > * This breaks a handful t4013 tests, but all in a good way (in > other words, the expected output files were wrong). > > I'll fix up the t/t4013/diff.* files myself. Actually, I take that back. This breaks normal commit log messages by adding extra blank lines. The extra LF is needed when the commit log does not have any message (just title). I'll be tweaking a few tests in t4013 to catch future breakage of this kind. - : 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