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

bump libgit2 to v1.7.0 #968

Merged
merged 7 commits into from
Jul 25, 2023
Merged

bump libgit2 to v1.7.0 #968

merged 7 commits into from
Jul 25, 2023

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    c69236c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    756fa42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    500cc9d View commit details
    Browse the repository at this point in the history
  4. Support new libgit2 IO poll features

    This change came with Windows schannel support.
    
    * GIT_IO_WSAPOLL
    * GIT_IO_POLL
    * GIT_IO_SELECT
    weihanglo committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    aa17617 View commit details
    Browse the repository at this point in the history
  5. New system lib dependency secur32 on Windows

    This change came with Windows schannel support.
    weihanglo committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f8ef6b0 View commit details
    Browse the repository at this point in the history
  6. struct defs changes for supporting shallow clone

    * 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`.
    *
    weihanglo committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f5d96ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fdb3022 View commit details
    Browse the repository at this point in the history