]> Sergey Matveev's repositories - public-inbox.git/commit
config: boolean handling matches git-config(1)
authorEric Wong <e@80x24.org>
Wed, 18 Sep 2019 19:50:50 +0000 (19:50 +0000)
committerEric Wong <e@80x24.org>
Wed, 18 Sep 2019 19:51:37 +0000 (19:51 +0000)
commit41a555ebab603d492440e97c8ddd889617cc51f0
tree6c403e355a3f9220470b7647380a73a4d72b6863
parentbda9f9417bee51e4e18808578a001b4673a4123a
config: boolean handling matches git-config(1)

We need to handle arbitrary integers and case-insensitive
variations of human words to match git-config(1) behavior,
since that's what users would expect given we use config
files parseable by git-config(1).
lib/PublicInbox/Config.pm
t/config.t