about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-04-01 23:54:40 +0000
committerEric Wong <e@80x24.org>2019-04-02 08:05:13 +0000
commit2537d9dd897a87f4149fe5dccfd11f6d1f1e2d8e (patch)
treed06555995089ac1987d6dd16c03fcd836eb40e62
parentc1b26477f9c60338ee1ebafd7d37628692ff7332 (diff)
downloadpublic-inbox-2537d9dd897a87f4149fe5dccfd11f6d1f1e2d8e.tar.gz
This will be useful for reproducibility when mirroring
coderepos and generating diffs.
-rw-r--r--lib/PublicInbox/GitHTTPBackend.pm2
1 files changed, 1 insertions, 1 deletions
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];