Browse Source

git-svn: Set svn.authorsfile if it is passed to git svn clone

Signed-off-by: Alex Vandiver <alexmv@mit.edu>
Acked-by: Eric Wong <normalperson@yhbt.net>
maint
Alex Vandiver 16 years ago committed by Eric Wong
parent
commit
42a5da1806
  1. 1
      git-svn.perl

1
git-svn.perl

@ -361,6 +361,7 @@ sub cmd_clone { @@ -361,6 +361,7 @@ sub cmd_clone {
$path = basename($url) if !defined $path || !length $path;
cmd_init($url, $path);
Git::SVN::fetch_all($Git::SVN::default_repo_id);
command_oneline('config', 'svn.authorsfile', $_authors) if $_authors;
}

sub cmd_init {

Loading…
Cancel
Save