summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2a75848)
raw | patch | inline | side by side (parent: 2a75848)
author | Alp Toker <alp@atoker.com> | |
Tue, 11 Jul 2006 10:19:37 +0000 (11:19 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 11 Jul 2006 19:48:18 +0000 (12:48 -0700) |
There is no sense in duplicating the sender address in Reply-To as it's
already provided in the From header.
Signed-off-by: Alp Toker <alp@atoker.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
already provided in the From header.
Signed-off-by: Alp Toker <alp@atoker.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-send-email.perl | patch | blob | history |
diff --git a/git-send-email.perl b/git-send-email.perl
index d7f5dce48966ebb688d981ae5f2b09f05839c2e4..a83c7e90948fc3fe1b1ac82335704d66d060edab 100755 (executable)
--- a/git-send-email.perl
+++ b/git-send-email.perl
To: $to
Cc: $cc
Subject: $subject
-Reply-To: $from
Date: $date
Message-Id: $message_id
X-Mailer: git-send-email $gitversion