summaryrefslogtreecommitdiff
path: root/git-send-email.perl
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2009-03-21 23:09:21 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-03-21 23:09:21 -0700
commit923cc82c481a99269d397dc86f8b664ba8cb98da (patch)
tree4fbd4c8d180bf95f21722aa77de0e4f350cefe26 /git-send-email.perl
parentMerge branch 'mg/maint-submodule-normalize-path' into maint (diff)
parentsend-email: test --no-thread --in-reply-to combination (diff)
downloadtgif-923cc82c481a99269d397dc86f8b664ba8cb98da.tar.xz
Merge branch 'tr/maint-1.6.0-send-email-irt' into maint
* tr/maint-1.6.0-send-email-irt: send-email: test --no-thread --in-reply-to combination send-email: respect in-reply-to regardless of threading Conflicts: t/t9001-send-email.sh
Diffstat (limited to 'git-send-email.perl')
-rwxr-xr-xgit-send-email.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-send-email.perl b/git-send-email.perl
index adf7ecb5c3..09fe3d95c4 100755
--- a/git-send-email.perl
+++ b/git-send-email.perl
@@ -821,7 +821,7 @@ Date: $date
Message-Id: $message_id
X-Mailer: git-send-email $gitversion
";
- if ($thread && $reply_to) {
+ if ($reply_to) {
$header .= "In-Reply-To: $reply_to\n";
$header .= "References: $references\n";