Skip to content

Commit

Permalink
git-send-email: Remove redundant Reply-To header
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alp Toker authored and Junio C Hamano committed Jul 11, 2006
1 parent 2a75848 commit d2216f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion git-send-email.perl
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,6 @@ sub send_message
To: $to
Cc: $cc
Subject: $subject
Reply-To: $from
Date: $date
Message-Id: $message_id
X-Mailer: git-send-email $gitversion
Expand Down

0 comments on commit d2216f2

Please sign in to comment.