Am 06.09.2010 11:41, schrieb Bernhard Kohl: > Am 06.09.2010 11:33, schrieb ext Kevin Wolf: >> Sorry to request another version, but this patch is corrupted by line >> wraps. I think it was right when you sent the first version, did you >> change anything? >> > > No I didn't change anything. I did 'git commit -s --amend' and > 'git format-patch' and then I pasted it into Thunderbird. What > email program are you using? > > The first version I sent with 'git send-email'. I'll try that again.
git send-email is what I use for patches, too. It hasn't broken my patches so far and it's also quite convenient because it works from the shell where I just ran git format-patch. Kevin