From: Eric Wong Date: Mon, 15 Apr 2019 06:35:30 +0000 (+0000) Subject: config: fix regression in repo.path => coderepo.dir mapping X-Git-Tag: v1.2.0~329 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=42174f7db54f02f8969e8b8434f92c94519a18d3;hp=42174f7db54f02f8969e8b8434f92c94519a18d3;p=public-inbox.git 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 ---