git-svn: enable follow-parent functionality by default
[gitweb.git] / git-svn.perl
index c8a1df3651c7f9ebd02c2c850cb817a4cca1b1cd..b9bacc384edfa5be73e8c4449d47c761b7710d9c 100755 (executable)
@@ -57,11 +57,11 @@ BEGIN
        $_version,
        $_merge, $_strategy, $_dry_run,
        $_prefix);
-
+$Git::SVN::_follow_parent = 1;
 my %remote_opts = ( 'username=s' => \$Git::SVN::Prompt::_username,
                     'config-dir=s' => \$Git::SVN::Ra::config_dir,
                     'no-auth-cache' => \$Git::SVN::Prompt::_no_auth_cache );
-my %fc_opts = ( 'follow-parent|follow' => \$Git::SVN::_follow_parent,
+my %fc_opts = ( 'follow-parent|follow!' => \$Git::SVN::_follow_parent,
                'authors-file|A=s' => \$_authors,
                'repack:i' => \$Git::SVN::_repack,
                'no-metadata' => \$Git::SVN::_no_metadata,