On Wed, 2009-07-01 at 08:18 +0200, Markus Heidelberg wrote: > Joe Perches, 01.07.2009: > > using > > git format-patch --thread=shallow -o <foo> > > and > > git send-email --no-thread --no-chain-reply-to <foo> > > I guess you meant --thread here. Actually, I did mean --no-thread. If format-patch does the threading, send-email shouldn't. > > duplicates the headers > > > > In-Reply-To: > > References: > > You should run at least the test from the test suite for the particular > command you change. Test 49 (threading but no chain-reply-to) from t9001 > now fails. > > That means, this will fail now (covered by test 49): > > git format-patch -o <foo> > git send-email --thread --no-chain-reply-to <foo> > > and also this (not covered by any test, maybe we should add one): > > git format-patch -o <foo> > git send-email --thread --chain-reply-to <foo> I didn't know the tests existed, thanks. I'll investigate a bit more. cheers, Joe -- 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