Michael J Gruber <git@xxxxxxxxxxxxxxxxxxxx> writes: > @@ -100,13 +100,13 @@ sub read_repo_config { > my $arg = 'git config'; > $arg .= ' --bool' if ($o !~ /:$/); > > - chomp(my $tmp = `$arg --get cvsimport.$key`); > + chomp(my $tmp = `$arg --get cvsimport.$ckey`); At this point in the series you haven't introduced $ckey yet, hence this will break, no? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html