author | Eric Wong <normalperson@yhbt.net> | |
Mon, 20 Feb 2006 18:57:28 +0000 (10:57 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 20 Feb 2006 21:32:41 +0000 (13:32 -0800) | ||
commit | ce6f35190360ef8b8c3611eea61a82fb18b50c6c | |
tree | 024462d5a2628d13a869187fd0bc330cac5fd6bb | tree | snapshot |
parent | 8de010ad2802e0718b36f394322c6f25542612d6 | commit | diff |
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 <n> lines column in the header. So, no more XML :)
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
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 <n> lines column in the header. So, no more XML :)
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/git-svn/git-svn | diff | blob | history |