Skip to content

Add GIT_EMERGECONFLICT and GIT_EDIRECTORY error mapping #1208

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

Merged
merged 1 commit into from
Oct 23, 2015

Conversation

odedw
Copy link
Contributor

@odedw odedw commented Oct 23, 2015

Added two missing error codes - issue #1203.

/// <summary>
/// A merge conflict exists and cannot continue
/// </summary>
EmergencyConflict = -24,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is EmergencyConflict a typo? 🚑

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo mixed with an oversight:) thanks, fixed.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I kind of liked this typo 😉

@odedw odedw force-pushed the add_missing_git_error_codes branch from 267c7b0 to 14ccd34 Compare October 23, 2015 13:10
nulltoken added a commit that referenced this pull request Oct 23, 2015
Add GIT_EMERGECONFLICT and GIT_EDIRECTORY error mapping
@nulltoken nulltoken merged commit e8a9937 into libgit2:vNext Oct 23, 2015
@nulltoken nulltoken added this to the v0.22 milestone Oct 23, 2015
@nulltoken
Copy link
Member

:shipit: ‼️

@odedw Another one in. Congrats and so many thanks ✨

@odedw
Copy link
Contributor Author

odedw commented Oct 23, 2015

@nulltoken Thanks! Glad I can help!

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.

3 participants