git-svn: convert CRLF to LF in commit message to SVN
commit95450bbbaaacaf2d603a4fbded25d55243dfb291
authorEric Wong <e@80x24.org>
Thu, 14 Dec 2017 00:05:08 +0000 (14 00:05 +0000)
committerEric Wong <e@80x24.org>
Thu, 14 Dec 2017 00:09:38 +0000 (14 00:09 +0000)
tree5cfb5660c8363eb15cf8b09837fd67f6419dd88f
parent95ec6b1b3393eb6e26da40c565520a8db9796e9f
git-svn: convert CRLF to LF in commit message to SVN

Subversion since 1.6 does not accept CR characters in the commit
message, so filter it out on our end before 'git svn dcommit' sets
the svn:log property.

Reported-by: Brian Bennett <Brian.Bennett@Transamerica.com>
Signed-off-by: Eric Wong <e@80x24.org>
git-svn.perl
t/t9169-git-svn-dcommit-crlf.sh [new file with mode: 0755]