Prepare Git::SVN::Log for extraction from git-svn.
commit2c96a6c3f1256d94d5f97fb9e0bdeafb8c0224b4
authorMichael G. Schwern <schwern@pobox.com>
Fri, 27 Jul 2012 00:26:00 +0000 (26 17:26 -0700)
committerEric Wong <normalperson@yhbt.net>
Fri, 27 Jul 2012 22:35:26 +0000 (27 22:35 +0000)
treed8200d5eb34b5c4dd11b60b1008f44cb562c3618
parent5c71028fced46d03bf81b8625680d9ac87c8f4f0
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>
git-svn.perl