git-svn: just use Digest::MD5 instead of requiring it
authorEric Wong <normalperson@yhbt.net>
Tue, 30 Jan 2007 00:27:08 +0000 (16:27 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 08:57:10 +0000 (00:57 -0800)
Historically, git-svn did not always use Digest::MD5 because
it did not use the SVN::Delta::Editor interfaces. Nowadays
it does, and the requires make strace more noisy.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
No differences found