Re: [PATCH] git-svn: fix signed commit parsing

2013-10-09 Thread Eric Wong
Jonathan Nieder wrote: > Nicolas Vigier wrote: > > > When parsing a commit object, git-svn wrongly think that a line > > containing spaces means the end of headers and the start of the commit > > message. In case of signed commit, the gpgsig entry contains a line with > > one space, so "git svn d

Re: [PATCH] git-svn: fix signed commit parsing

2013-09-30 Thread Jonathan Nieder
Nicolas Vigier wrote: > When parsing a commit object, git-svn wrongly think that a line > containing spaces means the end of headers and the start of the commit > message. In case of signed commit, the gpgsig entry contains a line with > one space, so "git svn dcommit" will include part of the sig

[PATCH] git-svn: fix signed commit parsing

2013-09-30 Thread Nicolas Vigier
When parsing a commit object, git-svn wrongly think that a line containing spaces means the end of headers and the start of the commit message. In case of signed commit, the gpgsig entry contains a line with one space, so "git svn dcommit" will include part of the signature in the commit message.