]> Sergey Matveev's repositories - public-inbox.git/commit
index: cleanup internal variables
authorEric Wong <e@yhbt.net>
Mon, 10 Aug 2020 02:12:00 +0000 (02:12 +0000)
committerEric Wong <e@yhbt.net>
Mon, 10 Aug 2020 06:26:21 +0000 (06:26 +0000)
commit6a7e3c6f870d0555184b68940eb373fa102d4102
treea0b696867ad31baba92ad4af64b76ae5aec031ea
parent5fdedf809e7f236c7e50177bff8426a9befbcceb
index: cleanup internal variables

Move away from hard-to-read alllowercase naming and favor
snake_case or separated-by-dashes.

We'll keep `--indexlevel' as-is for now, since it's been around
for several releases; but we'll support `--index-level' in the
CLI and update our documentation in a few months.

We'll also clarify that publicInbox.indexMaxSize is only
intended for -index, and not -watch or -mda.
Documentation/public-inbox-index.pod
Documentation/public-inbox-init.pod
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/V2Writable.pm
script/public-inbox-index
script/public-inbox-init