Skip to content

Commit

Permalink
Upgrade to gix v0.45 for multi-round pack negotiations.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Byron committed Jun 6, 2023
1 parent 383a68e commit cc392d4
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 85 deletions.
Loading

0 comments on commit cc392d4

Please sign in to comment.