From 42a5da1806fd6891d4fcc0ad9c0e550c12f75df5 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Wed, 6 May 2009 16:19:45 -0400 Subject: [PATCH] git-svn: Set svn.authorsfile if it is passed to git svn clone Signed-off-by: Alex Vandiver Acked-by: Eric Wong --- git-svn.perl | 1 + 1 file changed, 1 insertion(+) diff --git a/git-svn.perl b/git-svn.perl index eebcf0f20e..e927965ac4 100755 --- a/git-svn.perl +++ b/git-svn.perl @@ -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 { -- 2.11.4.GIT