]> Sergey Matveev's repositories - public-inbox.git/commit
support publicinbox.cgitrc directive
authorEric Wong <e@80x24.org>
Fri, 8 Mar 2019 01:21:22 +0000 (01:21 +0000)
committerEric Wong <e@80x24.org>
Thu, 4 Apr 2019 09:13:58 +0000 (09:13 +0000)
commit5af881d954a4ab14e08dd806dd4de1e9f26bfd12
tree12e5a0286b841065671a7b3cd0fcfd4db80625fe
parent721368cd04bfbd03c0d9173fff633ae34f16409a
support publicinbox.cgitrc directive

We can save admins the trouble of declaring [coderepo "..."]
sections in the public-inbox config by parsing the cgitrc
directly.

Macro expansion (e.g. $HTTP_HOST) expansion is not supported,
yet; but may be in the future.
Documentation/public-inbox-config.pod
lib/PublicInbox/Config.pm
lib/PublicInbox/Git.pm
lib/PublicInbox/SolverGit.pm