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

Fixed libgit2 bug/deprecated #317

Merged
merged 1 commit into from Dec 4, 2014
Merged

Conversation

yannisgu
Copy link
Contributor

@yannisgu yannisgu commented Dec 2, 2014

In libgit2 the "Credentials" property is deprecated, instead
CredentialsHelper should be used. In 0.19 there is a bug with the
Credentials property when cloning, using the "correct" way
(CredentialsHelper) fixes the bug:
libgit2/libgit2sharp#834

In order to be consistent I changed also the fetch method.

Sorry for the missing tests, but I really don't know how to write a test for this?

@nulltoken
Copy link
Contributor

👍

In libgit2 the "Credentials" property is deprecated, instead
CredentialsHelper should be used. In 0.19 there is a bug with the
Credentials property when cloning, using the "correct" way
(CredentialsHelper) fixes the bug:
libgit2/libgit2sharp#834

In order to be consistent I changed also the fetch method.
@yannisgu
Copy link
Contributor Author

yannisgu commented Dec 2, 2014

Style is fixed now

JakeGinnivan added a commit that referenced this pull request Dec 4, 2014
Fixed libgit2 bug/deprecated
@JakeGinnivan JakeGinnivan merged commit cba8b2b into GitTools:master Dec 4, 2014
@gep13 gep13 added this to the 2.0.0 milestone Dec 9, 2014
@SimonCropp SimonCropp added the bug label Dec 16, 2014
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.

None yet

5 participants