Hi Sascha,
Sascha Silbe wrote:
$ git format-patch HEAD^..HEAD; # some plain ASCII patch
$ git send-email --to='Jönäthän Nïëdër <jrnieder@gmail.com>' 0001*
Who should the emails appear to be from? [Jonathan Nieder <jrnieder@gmail.com>]
Emails will be sent from: Jonathan Nieder <jrnieder@gmail.com>
Message-ID to be used as In-Reply-To for the first email?
(mbox) Adding cc: Jonathan Nieder <jrnieder@gmail.com> from line 'From: Jonathan Nieder <jrnieder@gmail.com>'
From: Jonathan Nieder <jrnieder@gmail.com>
To: =?UTF-8?q?J=C3=B6n=C3=A4th=C3=A4n=20N=C3=AF=C3=ABd=C3=ABr?= <jrnieder@gmail.com>
Cc: Jonathan Nieder <jrnieder@gmail.com>
Subject: [PATCH] work around inability of patches to represent new directories
Date: Fri, 3 Dec 2010 04:15:25 -0600
Message-Id: <1291371325-12369-1-git-send-email-jrnieder@gmail.com>
X-Mailer: git-send-email 1.7.2.4
The Cc list above has been expanded by additional
addresses found in the patch commit message. By default
send-email prompts before sending whenever this occurs.
This behavior is controlled by the sendemail.confirm
configuration setting.
For additional information, run 'git send-email --help'.
To retain the current behavior, but squelch this message,
run 'git config --global sendemail.confirm auto'.
Send this email? ([y]es|[n]o|[q]uit|[a]ll): q
The subject seems to be ASCII. Ideas?