]> git.ipfire.org Git - thirdparty/git.git/commit - git-send-email.perl
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)
commite46f7a0e1c641cd80affd80516677f1e370cd72c
tree57dac5bcb44df592fb2258dd7f18ce1c48354866
parent384f122b7c6dd2b52cc6029afee16560c38850ae
git-send-email: Add --threaded option

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>
Documentation/git-send-email.txt
git-send-email.perl