http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/public-inbox.git/tree/lib/PublicInbox/GitHTTPBackend.pm
serving "config" might... my @text = qw[HEAD info/refs info/attributes objects/info/(?:http-alternates|alternates|packs) cloneurl description]; my @binary = ('objects/[a-f0-9]{2}/[a-f0-9]{38,62}', 'objects/pack/pack-[a-f0-9]{40,64}\.(?:pack|idx)'); our $ANY = join('|', @binary , @text , 'git-upload-pack'); my $TEXT = join('|', @text ); sub serve { my ( $env , $git , $path , $pi_cfg ) = @_ ; # Documentation/technical/http-protocol.txt in git.git # requires one and exactly...