RichiH / vcsh

config manager based on Git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing mention of config.d for configuration per repository

suy opened this issue · comments

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. :)

$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!