commit | 2c96a6c3f1256d94d5f97fb9e0bdeafb8c0224b4 | [log] [tgz] |
---|---|---|
author | Michael G. Schwern <schwern@pobox.com> | Thu Jul 26 17:26:00 2012 -0700 |
committer | Eric Wong <normalperson@yhbt.net> | Fri Jul 27 22:35:26 2012 +0000 |
tree | d8200d5eb34b5c4dd11b60b1008f44cb562c3618 | |
parent | 5c71028fced46d03bf81b8625680d9ac87c8f4f0 [diff] |
Prepare Git::SVN::Log for extraction from git-svn. * Load Git command functions itself. * Can't access the git-svn switch lexical any more, but its only used by Git::SVN::Log so turn it into a Git::SVN::Log global. * Load Git::SVN as needed. No need to load it always, its only used twice. * Moved a state variable to the routine it's used for. (Drive by refactoring) Signed-off-by: Eric Wong <normalperson@yhbt.net>