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

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Alex Vandiver
Date: Wednesday, May 6, 2009 - 1:19 pm

Signed-off-by: Alex Vandiver <alexmv@mit.edu>
---
 git-svn.perl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/git-svn.perl b/git-svn.perl
index ef1d30d..67265c3 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 {
-- 
1.6.3.rc4.225.g060aa4

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] git-svn: Set svn.authorsfile if it is passed to gi ..., Alex Vandiver, (Wed May 6, 1:19 pm)