send-email: remove warning about unset chainreplyto
commitb99d22f29a58feeccb1eb129b68a73f974715ee1
authorFelipe Contreras <felipe.contreras@gmail.com>
Sat, 25 May 2013 03:44:52 +0000 (24 22:44 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 May 2013 18:17:15 +0000 (28 11:17 -0700)
tree947255186475d5305bfc942c082f58089c532f0e
parentedca4152560522a431a51fc0a06147fc680b5b18
send-email: remove warning about unset chainreplyto

Three years and a half is probably more than enough time to give users
the opportunity to configure Git to do what they want. If they haven't
changed the configuration by now, this warning message is not going to
do anything for them anyway.

This effectively reverts commit 528fb08 (prepare send-email for smoother
change of --chain-reply-to default).

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl
t/t9001-send-email.sh