author | Thomas Rast <trast@student.ethz.ch> | |
Sun, 1 Mar 2009 22:45:41 +0000 (23:45 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 3 Mar 2009 07:15:47 +0000 (23:15 -0800) | ||
commit | 3e0c4ffdbddf1b3f84e0b8aa70e3b2fff68a56c5 | |
tree | 1b6d7df4885febd307f48f0aa96d62cfef85d631 | tree | snapshot |
parent | 718258e256b74622aa55f5ee0cb9cff4cce6bf9f | commit | diff |
send-email: respect in-reply-to regardless of threading
git-send-email supports the --in-reply-to option even with
--no-thread. However, the code that adds the relevant mail headers
was guarded by a test for --thread.
Remove the test, so that the user's choice is respected.
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email supports the --in-reply-to option even with
--no-thread. However, the code that adds the relevant mail headers
was guarded by a test for --thread.
Remove the test, so that the user's choice is respected.
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl | diff | blob | history |