Missing mention of config.d for configuration per repository
suy opened this issue · 1 comments
suy commented
The config section of the manpage starts with:
There are several ways to turn the various knobs on `@TRANSFORMED_PACKAGE_NAME@`. In order of
ascending precedence, they are:
* `VARIABLE=foo @TRANSFORMED_PACKAGE_NAME@`
* </etc/vcsh/config>
* <$XDG_CONFIG_HOME/vcsh/config>
* `@TRANSFORMED_PACKAGE_NAME@ -c <file>`
But there is no mention of config.d
. The README documentation mentions a config.d
, but it's always in the context of mr
. I don't dare to submit a pull request, given that I don't see in which order the config.d
should be inserted.
Cheers, and thanks for the project. :)
RichiH commented
$XDG_CONFIG_HOME/vcsh/config.d/$VCSH_REPO_NAME
is vcsh configuration specific to a repository. It's most specific of them all, but only works when it's the right repo. Maybe send a PR with a line under this list explaining that? I think that would clear it up.
Thanks!