git-send-email: Add --threaded option
authorAdam Roben <aroben@apple.com>
Tue, 26 Jun 2007 22:48:30 +0000 (15:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Jun 2007 05:22:06 +0000 (22:22 -0700)
The --threaded option controls whether the In-Reply-To header will be set on
any emails sent. The current behavior is to always set this header, so this
option is most useful in its negated form, --no-threaded. This behavior can
also be controlled through the 'sendemail.threaded' config setting.

Signed-off-by: Adam Roben <aroben@apple.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found