git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* bug (?) in send email
@ 2012-07-28 21:33 Christoph Miebach
  2012-07-30 10:38 ` Christoph Miebach
  0 siblings, 1 reply; 6+ messages in thread
From: Christoph Miebach @ 2012-07-28 21:33 UTC (permalink / raw)
  To: git

Hello!

send-email (tested versions 1.7.9.2 and 1.7.10.4) breaks email addresses.

Steps to reproduce:


Modify file.

git commit --author="Michał Tz <name_1911@some.com>" modified.file -m "Test"

git format-patch -o patches origin

Now, the patch seems to have the address right, see [1]

git send-email  --to MYOWN.ADDRESS@mail.com --suppress-cc=author 
patches/0001-Test.patch

But checking my inbox now shows an email starting with:
From: Michał Tz <name 1911@some.com>

So the address is splitted at the underscore.

Furthermore, if I don't use --suppress-cc=author, the CC field shows the 
right address.

Regards

Christoph

[1]
less patches/0001-Test.patch
From: =?UTF-8?q?Micha=C5=82=20Tz?= <name_1911@some.com>

git show
Author: Michał Tz <name_1911@some.com>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-07-30 16:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-28 21:33 bug (?) in send email Christoph Miebach
2012-07-30 10:38 ` Christoph Miebach
2012-07-30 12:30   ` Thomas Rast
2012-07-30 15:38     ` Junio C Hamano
2012-07-30 16:34       ` Jeff King
2012-07-30 16:32     ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).