We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77c29b4 + f584150 commit ca83dc5Copy full SHA for ca83dc5
git-svn.perl
@@ -392,9 +392,11 @@ sub cmd_clone {
392
$path = $url;
393
}
394
$path = basename($url) if !defined $path || !length $path;
395
+ my $authors_absolute = $_authors ? File::Spec->rel2abs($_authors) : "";
396
cmd_init($url, $path);
397
+ command_oneline('config', 'svn.authorsfile', $authors_absolute)
398
+ if $_authors;
399
Git::SVN::fetch_all($Git::SVN::default_repo_id);
- command_oneline('config', 'svn.authorsfile', $_authors) if $_authors;
400
401
402
sub cmd_init {
0 commit comments