]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
git-svn: Remove unnecessary Git::SVN::Util package
authorDavid D. Kilzer <ddkilzer@kilzer.net>
Thu, 22 Nov 2007 19:18:00 +0000 (11:18 -0800)
committerEric Wong <normalperson@yhbt.net>
Sat, 1 Dec 2007 07:32:51 +0000 (23:32 -0800)
commit8d7c4fad3ff6b3f675568adab9ddf77e9fcf8b8a
tree4bff79d5e8cc1e99a683049b646ba065082082b4
parent70ae04e4e8ef49ede31b77ca0e70c641dfff6d01
git-svn: Remove unnecessary Git::SVN::Util package

Digest::MD5 is loaded regardless of the package in which it's
declared, so move its 'use' statement and the md5sum() function
into the main package.

Signed-off-by: David D. Kilzer <ddkilzer@kilzer.net>
Acked-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl