]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
cgit: fix smart HTTP clone interception
authorEric Wong <e@80x24.org>
Tue, 7 Mar 2023 09:32:37 +0000 (09:32 +0000)
committerEric Wong <e@80x24.org>
Tue, 7 Mar 2023 19:12:35 +0000 (19:12 +0000)
commitac4ca042c45137f3cffa773a9634c9db9863b820
tree053051bb2e0b74c71f475d1a6a21765cf1e8e81d
parent010b3a1482c1c1c24c447e9ea4b6b24ddd4577bb
cgit: fix smart HTTP clone interception

We need to use the proper hash and key to do coderepo lookups
since we culled a redundant data structure a few months back.

Fixes: 1802dc29bda25a54 ("www_coderepo: do not copy {-code_repos} from config")
lib/PublicInbox/Cgit.pm