git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-svn: Set svn.authorsfile if it is passed to git svn clone
@ 2009-05-06 20:19 Alex Vandiver
  0 siblings, 0 replies; only message in thread
From: Alex Vandiver @ 2009-05-06 20:19 UTC (permalink / raw)
  To: git; +Cc: Alex Vandiver

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-06 20:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-06 20:19 [PATCH] git-svn: Set svn.authorsfile if it is passed to git svn clone Alex Vandiver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).