]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
git-svn: cleanup: avoid re-use()ing Git.pm in sub-packages
authorEric Wong <normalperson@yhbt.net>
Thu, 11 Jan 2007 10:14:43 +0000 (02:14 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 08:57:08 +0000 (00:57 -0800)
commit336f1714ae4211f97a33e2f672ec9c3479b4e5ba
tree30e321511686843e70dad9e112f46efae63a80e6
parentd81bf827192f0af6b1cca64d2cdbaac9b5ca2020
git-svn: cleanup: avoid re-use()ing Git.pm in sub-packages

I will be using functions from Git.pm in more modules, so I
want to avoid re-importing the long argument list everywhere
it's used.

Also removed an unused command-line switch
(--no-ignore-externals) and some variables.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl