]> Sergey Matveev's repositories - public-inbox.git/commit
init: allow arbitrary key-values via -c KEY=VALUE
authorEric Wong <e@80x24.org>
Wed, 21 Jul 2021 14:05:50 +0000 (14:05 +0000)
committerEric Wong <e@80x24.org>
Thu, 22 Jul 2021 02:28:46 +0000 (02:28 +0000)
commit7e1c18af5468c7708e28de759911ec5542d23c4b
tree2906f5775e749385bc1acae1bca896f3687564ef
parent5666a78ea0a34d4b8292ee335e12af1452f7fe83
init: allow arbitrary key-values via -c KEY=VALUE

This won't blindly append identical key=values, but
allows specifying multiple, different key=value pairs
as long as the values are different.
Documentation/public-inbox-init.pod
script/public-inbox-init
t/init.t