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

Commits on Dec 2, 2014

  1. Fixed libgit2 bug/deprecated

    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.
    Yannis Guedel committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    6c7814f View commit details
    Browse the repository at this point in the history