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

Don't fail if removing non-existing git proxy configuration #94

Merged
merged 1 commit into from
Dec 1, 2014

Conversation

tmatilai
Copy link
Owner

Calling git config --unset-all for non-existing keys exits with non-zero exit code. We just ignore all the errors here.

Ref: #93 (comment)

Calling `git config --unset-all` for non-existing keys exits with
non-zero exit code. We just ignore all the errors here.
@otahi
Copy link
Collaborator

otahi commented Dec 1, 2014

@tmatilai Thank you for fixing.

I checked it and it works.

otahi added a commit that referenced this pull request Dec 1, 2014
Don't fail if removing non-existing git proxy configuration
@otahi otahi merged commit 98ebd64 into master Dec 1, 2014
@tmatilai tmatilai deleted the unset_git_config branch January 3, 2015 20:41
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 this pull request may close these issues.

2 participants