projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6c6177
)
git-svn: Set svn.authorsfile if it is passed to git svn clone
author
Alex Vandiver
<alexmv@MIT.EDU>
Wed, 6 May 2009 20:19:45 +0000
(16:19 -0400)
committer
Eric Wong
<normalperson@yhbt.net>
Thu, 21 May 2009 07:31:08 +0000
(
00:31
-0700)
Signed-off-by: Alex Vandiver <alexmv@mit.edu>
Acked-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl
patch
|
blob
|
history
diff --git
a/git-svn.perl
b/git-svn.perl
index eebcf0f20ebc4b899aeaeb5ac06d8f3a394b4407..e927965ac4f859dd439b1b77f82a3fd06cf82635 100755
(executable)
--- 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 {