]> Sergey Matveev's repositories - public-inbox.git/commit
config: fix regression in repo.path => coderepo.dir mapping
authorEric Wong <e@80x24.org>
Mon, 15 Apr 2019 06:35:30 +0000 (06:35 +0000)
committerEric Wong <e@80x24.org>
Mon, 15 Apr 2019 06:35:30 +0000 (06:35 +0000)
commit42174f7db54f02f8969e8b8434f92c94519a18d3
treed1eb054935abdeb694e274a36ef56dd33a47446d
parent33f5e614291025447dced2aca7258f64bb589d0b
config: fix regression in repo.path => coderepo.dir mapping

We parse cgitrc for "repo.path", while we use "coderepo.dir" to
mean the same thing for non-cgit users.  So I ended up confusing
myself, here.

But then again, git uses "--git-dir" and "GIT_DIR", so I suspect
"dir" is the better choice than "path", here
lib/PublicInbox/Config.pm