]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/GitHTTPBackend.pm
githttpbackend: serve $GIT_DIR/info/attributes
[public-inbox.git] / lib / PublicInbox / GitHTTPBackend.pm
index ab43a009eacee48f118fc680f69ed3263dc6f68d..5750d254233a7a6f12c9539473e2db5800579628 100644 (file)
@@ -18,7 +18,7 @@ my $default_limiter = PublicInbox::Qspawn::Limiter->new(32);
 
 # n.b. serving "description" and "cloneurl" should be innocuous enough to
 # not cause problems.  serving "config" might...
-my @text = qw[HEAD info/refs
+my @text = qw[HEAD info/refs info/attributes
        objects/info/(?:http-alternates|alternates|packs)
        cloneurl description];