зеркало из https://github.com/microsoft/git.git
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:
Родитель
b6c61778d4
Коммит
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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче