summaryrefslogtreecommitdiff
path: root/perl/Git/SVN/Log.pm
Commit message (Collapse)AuthorAgeFilesLines
* Move Git::SVN::get_tz to Git::get_tz_offsetBen Walton2013-02-091-2/+6
| | | | | | | | | | | | This function has utility outside of the SVN module for any routine that needs the equivalent of GNU strftime's %z formatting option. Move it to the top-level Git.pm so that non-SVN modules don't need to import the SVN module to use it. The rename makes the purpose of the function clearer. Signed-off-by: Ben Walton <bdwalton@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Extract Git::SVN::Log from git-svn.Michael G. Schwern2012-07-271-0/+395
Straight cut & paste. Also noticed Git::SVN::Ra wasn't in the compile test. It is now. Signed-off-by: Eric Wong <normalperson@yhbt.net>