]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
git svn: allow uppercase UUIDs from SVN
authorEric Wong <normalperson@yhbt.net>
Sat, 11 Jul 2009 21:13:12 +0000 (14:13 -0700)
committerEric Wong <normalperson@yhbt.net>
Sat, 11 Jul 2009 21:14:36 +0000 (14:14 -0700)
commitb3e95936274a7f5d516e7c37b39e1a56b2d09709
tree0fb848189632f9416a65251251d6bb91d36f3b34
parent0b2af457a49e3b00d47d556d5301934d27909db8
git svn: allow uppercase UUIDs from SVN

SVN allows uppercase A-F characters in repositories.  Although
`svnadmin' does not create UUIDs with uppercase by default, it
is possible to change the UUID of a SVN repository and SVN
itself will make no attempt to normalize them.

Thanks to Esben Skovenborg for discovering this issue.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl