]> Lady’s Gitweb - Gitweb/commitdiff
Rename git-repo-config to git-config.
authorTom Prince <redacted>
Mon, 29 Jan 2007 00:16:53 +0000 (16:16 -0800)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:11 +0000 (00:07 -0400)
Signed-off-by: Tom Prince <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl

index 968643c0b3f6a0b83391f0601f44260c326f8e4c1aebdddc518b1565dfd56d03..e2aec17fb01fba5b8480cd4eefc81b01758463d415e49040f4ebc5f4edbca077 100755 (executable)
@@ -987,7 +987,7 @@ sub git_get_project_config {
        $key =~ s/^gitweb\.//;
        return if ($key =~ m/\W/);
 
-       my @x = (git_cmd(), 'repo-config');
+       my @x = (git_cmd(), 'config');
        if (defined $type) { push @x, $type; }
        push @x, "--get";
        push @x, "gitweb.$key";
This page took 0.239045 seconds and 4 git commands to generate.