Skip to content

Commit

Permalink
Auto merge of rust-lang#12236 - Byron:gitoxide-upgrade, r=epage
Browse files Browse the repository at this point in the history
Upgrade to `gix` v0.45 for multi-round pack negotiations.

Previously, fetches and clones would routinely fail with a panic
that indicated that pack-negotiation can't take longer than 1 round
with our previous `Naive` approach.

With this version of `gitoxide` there is now faithful support for both
the `consecutive` and the `skipping` algorithm and multiple rounds of
negotiations, which should make all clones and fetches possible.

----

It would be great if we could validate that https://rsproxy.cn is now working -
unfortunately I couldn't find the issue to let folks know there.
  • Loading branch information
bors committed Jun 6, 2023
2 parents 383a68e + b0e99ed commit e07efd8
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 85 deletions.
Loading

0 comments on commit e07efd8

Please sign in to comment.