-
Notifications
You must be signed in to change notification settings - Fork 533
Allow creating new config entries #398
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 creating new config entries #398
Conversation
c96907f
to
0f2a646
Compare
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Git 2.1.2 introduced setting values even if they did not previously exist. The git-ruby library keeps compatibility with Git 1.6, this fixes the problem of older versions not being able to create new values. Signed-off-by: Michal Papis <michal.papis@toptal.com>
0f2a646
to
1ac6ce3
Compare
tests are passing, the code is rebased, anything else I should do? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
still waiting for the review |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
still waiting for the review |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
still waiting for the review |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
still waiting for the review |
I suspect that requiring 2.1.2 as the minimum git version might be burdensome to users. According to this page, 2.1.2 was released in 2017. I am interested in hearing what others think. Looks like the implementation is to try the Some things to consider as we evolve ruby-git further:
|
Have you thought about adding a test for the situation covered by the change? Is it possible with the existing state of the testing framework? |
A friendly reminder that this issue had no activity for 60 days. |
I am closing this PR to have a broader discussion about how |
Your checklist for this pull request
🚨Please review the guidelines for contributing to this repository.
Description
Git 2.1.2 introduced setting values even if they did not previously exist.
The git-ruby library keeps compatibility with Git 1.6, this fixes the
problem of older versions not being able to create new values.
Other options
2.1.2