diff options
author | Nicolas Vigier <boklm@mars-attacks.org> | 2013-09-30 16:46:14 +0200 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2013-10-10 06:48:10 +0000 |
commit | 60786bd41a575126c0735c55b46e1d0ee2b358cc (patch) | |
tree | a5dcdcccb65292b46adcd7d9d8b7cb61caf2951b /Documentation/git-mergetool--lib.txt | |
parent | Update draft release notes to 1.8.5 for the fifth batch of topics (diff) | |
download | tgif-60786bd41a575126c0735c55b46e1d0ee2b358cc.tar.xz |
git-svn: fix signed commit parsing
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.
An example of such problem :
http://svnweb.mageia.org/treasurer?view=revision&revision=86
This commit changes the regex to only match an empty line as separator
between the headers and the commit message.
Signed-off-by: Nicolas Vigier <boklm@mars-attacks.org>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 'Documentation/git-mergetool--lib.txt')
0 files changed, 0 insertions, 0 deletions