Markus Heidelberg <markus.heidelberg@xxxxxx> writes: > +test_expect_failure 'threading but no chain-reply-to' ' > + git send-email \ > + --dry-run \ > + --from="Example <nobody@xxxxxxxxxxx>" \ > + --to=nobody@xxxxxxxxxxx \ > + --thread \ > + --nochain-reply-to \ > + $patches $patches | > + grep "In-Reply-To: " > +' Thanks, but this is not a very good style, as it won't catch if "git send-email" dumps core or otherwise fails, exiting with a non-zero status. Same comments applies to [PATCH 4/6] as well. -- 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