Re: Localization: Timestamps get wrong if using different locales

2012-08-11 Thread Christoph Miebach
_did_ help. So I run everything with german locale for reproducing this. On 05.08.2012 22:47, Junio C Hamano wrote: Christoph Miebach writes: Running this commands locally (german locale) lead to some wrong dates for the patches upstream. git format-patch -o patches origin What does "git sho

Localization: Timestamps get wrong if using different locales

2012-08-05 Thread Christoph Miebach
Hello! Running this commands locally (german locale) lead to some wrong dates for the patches upstream. git format-patch -o patches origin git send-email --compose --no-chain-reply-to --to s...@address.com --suppress-cc=author patches/0001-l10n-Turkish-update.patch The local Date: Sat, 4

Re: bug (?) in send email

2012-07-30 Thread Christoph Miebach
8.07.2012 23:33, Christoph Miebach wrote: 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 " modified.file -m "Test" git format-patch -o patches origin Now, the patch seems to have t

bug (?) in send email

2012-07-28 Thread Christoph Miebach
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 " 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.a