send-email: test --no-thread --in-reply-to combination
commitaaab4b9fb97c1f638d02be7b8c432a4d57f37c56
authorThomas Rast <trast@student.ethz.ch>
Wed, 11 Mar 2009 22:40:13 +0000 (11 23:40 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Mar 2009 03:54:42 +0000 (11 20:54 -0700)
treea37a6e35a43c253a635dbe5dc496ff0a0164c775
parent3e0c4ffdbddf1b3f84e0b8aa70e3b2fff68a56c5
send-email: test --no-thread --in-reply-to combination

3e0c4ff (send-email: respect in-reply-to regardless of threading,
2009-03-01) fixed the handling of the In-Reply-To header when both
--no-thread and --in-reply-to are in effect.  Add a test for it.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9001-send-email.sh