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>
This commit is contained in:
parent
b6c61778d4
commit
42a5da1806
@ -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…
Reference in New Issue
Block a user