]> Sergey Matveev's repositories - public-inbox.git/commit
www: support cloning individual v2 git partitions
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Tue, 27 Mar 2018 20:31:44 +0000 (20:31 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Tue, 27 Mar 2018 21:20:01 +0000 (21:20 +0000)
commit7b5ea579e6a9490a4a38958acac8e078d805eec7
tree28e99dd0ee8c6740ed0f5aaf22837db31ca983cd
parenta966564fef08a4f25670778efbff139fbbf47c84
www: support cloning individual v2 git partitions

This will require multiple client invocations, but should reduce
load on the server and make it easier for readers to only clone
the latest data.

Unfortunately, supporting a cloneurl file for externally-hosted
repos will be more difficult as we cannot easily know if the
clones use v1 or v2 repositories, or how many git partitions
they have.
lib/PublicInbox/Inbox.pm
lib/PublicInbox/WWW.pm
lib/PublicInbox/WwwStream.pm
t/psgi_v2.t
t/view.t