From: Eric Wong Date: Mon, 20 Feb 2006 18:57:28 +0000 (-0800) Subject: git-svn: remove any need for the XML::Simple dependency X-Git-Tag: v1.3.0-rc1~185 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ce6f35190360ef8b8c3611eea61a82fb18b50c6c?ds=inline;hp=ce6f35190360ef8b8c3611eea61a82fb18b50c6c git-svn: remove any need for the XML::Simple dependency XML::Simple was originally required back when I made svn-arch-mirror because I needed to explictly track renames with Arch. Then I carried it over to git-svn because I was afraid somebody could commit an svn log message that could throw off a non-XML log parser. Then I noticed the lines column in the header. So, no more XML :) Signed-off-by: Eric Wong Signed-off-by: Junio C Hamano ---