Re: git-am includes escape characters from 'From' field

2016-09-13 Thread Jeff King
On Mon, Sep 12, 2016 at 10:10:23PM +0200, Swift Geek wrote: > git-am seems to add backslash that escapes double quote character, example > git format-patch > > From 63da989a5295214f9bd06cd7b409a86a65241eea Mon Sep 17 00:00:00 2001 > From: "Sebastian \"Swift Geek\" Grzywna" This looks correct; t

git-am includes escape characters from 'From' field

2016-09-12 Thread Swift Geek
git-am seems to add backslash that escapes double quote character, example git format-patch From 63da989a5295214f9bd06cd7b409a86a65241eea Mon Sep 17 00:00:00 2001 From: "Sebastian \"Swift Geek\" Grzywna" Date: Mon, 12 Sep 2016 21:27:32 +0200 Subject: [PATCH] Example showing git-am bug that inc