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

Allow setting a common config file for all lolcommit repos #306

Open
matthutchinson opened this issue May 25, 2016 · 2 comments
Open

Allow setting a common config file for all lolcommit repos #306

matthutchinson opened this issue May 25, 2016 · 2 comments
Labels

Comments

@matthutchinson
Copy link
Member

Achieved via a new ENV variable (quick to implement) OR..

Perhaps create a new file with --config --global to exist in ~/.lolcommits/config OR this file is created on plugin being enabled in the first repo. If we go with this approach, there are 2 options for knowing working out the settings to apply;

  • Config settings hash in the repo dir ~/.lolcommits/{repo}/config contain all settings for that repo, if no config file exists, the global config is applied.
  • Partial (or full) config settings hash in the repo dir ~/.lolcommits/{repo}/config contain all settings for that repo that then get merged with the global config hash.

Requested in #305

@matthutchinson
Copy link
Member Author

Also requested in #297

@theapache64
Copy link

Any update on this?

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

No branches or pull requests

2 participants