-
Notifications
You must be signed in to change notification settings - Fork 389
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
bump libgit2 to v1.7.0 #968
Conversation
@ehuss please have a look. No hurry! This is my very first time bumping libgit2 version, so might have done something wrong. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! This is very much appreciated.
This change came with Windows schannel support. * GIT_IO_WSAPOLL * GIT_IO_POLL * GIT_IO_SELECT
This change came with Windows schannel support.
* New struct `git_fetch_negotiation` * New field `depth` for `git_fetch_options` * New callback `git_transport->shallow_roots`. * Updated `git_transport->negotiate_fetch` param with `git_fetch_negotiation`. *
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! 😄
Changelog
See each commit for details.
I'll hold off shallow clone binding support in
git2
crate. We could add that in a follow-up.