author | Adam Roben <aroben@apple.com> | |
Tue, 26 Jun 2007 22:48:30 +0000 (15:48 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 27 Jun 2007 05:22:06 +0000 (22:22 -0700) | ||
commit | e46f7a0e1c641cd80affd80516677f1e370cd72c | |
tree | 57dac5bcb44df592fb2258dd7f18ce1c48354866 | tree | snapshot |
parent | 384f122b7c6dd2b52cc6029afee16560c38850ae | commit | diff |
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>
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 | diff | blob | history | |
git-send-email.perl | diff | blob | history |