]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'tr/send-email-8bit' into maint
authorJunio C Hamano <gitster@pobox.com>
Mon, 28 Jun 2010 23:19:03 +0000 (16:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Jun 2010 23:19:03 +0000 (16:19 -0700)
* tr/send-email-8bit:
  send-email: ask about and declare 8bit mails

1  2 
Documentation/git-send-email.txt
git-send-email.perl

Simple merge
index 111c981229bf2c0bc6afa4a22db011b68d93fdfa,0db39b0de4c01118a627ad0e8f9589e7df27e34c..6dab3bf6a74bb52c7294e33dbac5bf87b51a9fdf
@@@ -188,9 -191,10 +189,10 @@@ sub do_edit 
  # Variables with corresponding config settings
  my ($thread, $chain_reply_to, $suppress_from, $signed_off_by_cc, $cc_cmd);
  my ($smtp_server, $smtp_server_port, $smtp_authuser, $smtp_encryption);
 -my ($identity, $aliasfiletype, @alias_files, @smtp_host_parts);
 +my ($identity, $aliasfiletype, @alias_files, @smtp_host_parts, $smtp_domain);
  my ($validate, $confirm);
  my (@suppress_cc);
+ my ($auto_8bit_encoding);
  
  my ($debug_net_smtp) = 0;             # Net::SMTP, see send_message()