Thread (3 messages) flat view 3 messages, 2 authors, 2016-06-15

Re: [PATCH 2/6] add a test for git-send-email for threaded mails without chain-reply-to

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:46:55

Possibly related (same subject, not in this thread)

Markus Heidelberg [off-list ref] writes:
+test_expect_failure 'threading but no chain-reply-to' '
+	git send-email \
+		--dry-run \
+		--from="Example [off-list ref]" \
+		--to=nobody@example.com \
+		--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.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help