]> Sergey Matveev's repositories - public-inbox.git/commitdiff
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)
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


No differences found