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

🐛 DELTA_FEATURES env var should add to other features, not replace them #848

Closed
dandavison opened this issue Dec 11, 2021 · 2 comments · Fixed by #849
Closed

🐛 DELTA_FEATURES env var should add to other features, not replace them #848

dandavison opened this issue Dec 11, 2021 · 2 comments · Fixed by #849

Comments

@dandavison
Copy link
Owner

I think it would be more useful if DELTA_FEATURES added to features specified in git config, rather than replacing them as it does today. For example, this would make it more convenient as a way to toggle side-by-side mode. I'm thinking that if a user does need to deactivate the features in git config they have --no-gitconfig.

@bew
Copy link

bew commented Dec 12, 2021

What about requiring that env var to start with + to mean append?
This way it can do both

@dandavison
Copy link
Owner Author

What about requiring that env var to start with + to mean append?

OK, I can do that, thanks for the suggestion!

dandavison added a commit that referenced this issue Dec 12, 2021
Thanks @bew for the suggestion.

Fixes #848
dandavison added a commit that referenced this issue Dec 12, 2021
Thanks @bew for the suggestion.

Fixes #848
dandavison added a commit that referenced this issue Dec 12, 2021
Thanks @bew for the suggestion.

Fixes #848
dandavison added a commit that referenced this issue Dec 12, 2021
Thanks @bew for the suggestion.

Fixes #848
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

Successfully merging a pull request may close this issue.

2 participants