From 2537d9dd897a87f4149fe5dccfd11f6d1f1e2d8e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 1 Apr 2019 23:54:40 +0000 Subject: githttpbackend: serve $GIT_DIR/info/attributes This will be useful for reproducibility when mirroring coderepos and generating diffs. --- lib/PublicInbox/GitHTTPBackend.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PublicInbox/GitHTTPBackend.pm b/lib/PublicInbox/GitHTTPBackend.pm index ab43a009..5750d254 100644 --- a/lib/PublicInbox/GitHTTPBackend.pm +++ b/lib/PublicInbox/GitHTTPBackend.pm @@ -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]; -- cgit v1.2.3-24-ge0c7