From: David D. Kilzer Date: Wed, 21 Nov 2007 06:43:17 +0000 (-0800) Subject: git-svn: extract reusable code into utility functions X-Git-Tag: v1.5.4-rc0~165^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b2b3ada7fc46f6e43f065718cd64940811cd50b3?hp=b2b3ada7fc46f6e43f065718cd64940811cd50b3 git-svn: extract reusable code into utility functions Extacted canonicalize_path() in the main package. Created new Git::SVN::Util package with an md5sum() function. A new package was created so that Digest::MD5 did not have to be loaded in the main package. Replaced code in the SVN::Git::Editor and SVN::Git::Fetcher packages with calls to md5sum(). Extracted the format_svn_date(), parse_git_date() and set_local_timezone() functions within the Git::SVN::Log package. Signed-off-by: David D. Kilzer Acked-by: Eric Wong ---