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

Added missing nullable keyword to [GTIndex entryWithPath:path] convenience method #540

Merged
merged 1 commit into from
Jan 27, 2016

Conversation

onecrayon
Copy link
Contributor

Missing keyword made it impossible to use this method properly in Swift (and since it basically just aliases entryWithPath:error: with a NULL error, there's no reason the signature should be different).

@joshaber
Copy link
Member

Ah, indeed. Thanks!

joshaber added a commit that referenced this pull request Jan 27, 2016
Added missing nullable keyword to [GTIndex entryWithPath:path] convenience method
@joshaber joshaber merged commit 7a38783 into libgit2:master Jan 27, 2016
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