commit | 42a5da1806fd6891d4fcc0ad9c0e550c12f75df5 | [log] [tgz] |
---|---|---|
author | Alex Vandiver <alexmv@MIT.EDU> | Wed May 06 16:19:45 2009 -0400 |
committer | Eric Wong <normalperson@yhbt.net> | Thu May 21 00:31:08 2009 -0700 |
tree | 60fce6c2f2f370c10235c1fbca7289d7759eea07 | |
parent | b6c61778d4fa57904d5b818e0ca04292aa1d0335 [diff] [blame] |
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>
diff --git a/git-svn.perl b/git-svn.perl index eebcf0f..e927965 100755 --- a/git-svn.perl +++ b/git-svn.perl
@@ -361,6 +361,7 @@ $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 {