Skip to content

Commit

Permalink
git-svn: Set svn.authorsfile if it is passed to git svn clone
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Vandiver <alexmv@mit.edu>
Acked-by: Eric Wong <normalperson@yhbt.net>
  • Loading branch information
Alex Vandiver authored and Eric Wong committed May 21, 2009
1 parent b6c6177 commit 42a5da1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git-svn.perl
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 42a5da1

Please sign in to comment.