Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing mention of config.d for configuration per repository #319

Open
suy opened this issue Sep 29, 2021 · 1 comment
Open

Missing mention of config.d for configuration per repository #319

suy opened this issue Sep 29, 2021 · 1 comment

Comments

@suy
Copy link

suy commented Sep 29, 2021

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
Copy link
Owner

RichiH commented Oct 2, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants