-
-
Notifications
You must be signed in to change notification settings - Fork 311
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
consecutive negotiation #855
Commits on May 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 372ba09 - Browse repository at this point
Copy the full SHA 372ba09View commit details -
Release gix-commitgraph v0.15.0, gix-revision v0.14.0, gix-negotiate …
…v0.1.0, safety bump 7 crates SAFETY BUMP: gix-revision v0.14.0, gix-negotiate v0.1.0, gix v0.45.0, gix-refspec v0.11.0, gitoxide-core v0.28.0, cargo-smart-release v0.20.0, gitoxide v0.26.0
Configuration menu - View commit details
-
Copy full SHA for 92832ca - Browse repository at this point
Copy the full SHA 92832caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f6e6d8 - Browse repository at this point
Copy the full SHA 1f6e6d8View commit details
Commits on May 20, 2023
-
feat: add
at()
function on module level.That way it's more similar to `gix_odb::at()` as there is effectively only one important type.
Configuration menu - View commit details
-
Copy full SHA for 50b45dc - Browse repository at this point
Copy the full SHA 50b45dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cd7748 - Browse repository at this point
Copy the full SHA 5cd7748View commit details
Commits on May 23, 2023
-
feat: various improvements to the API
* make `CommitterTimestamp` available as type, making the code using it more descriptive. * add `new()` to `PriorityQueue` * add `Graph::try_lookup_and_insert_default()` * add `Debug` impl for `Graph`
Configuration menu - View commit details
-
Copy full SHA for 9ab2051 - Browse repository at this point
Copy the full SHA 9ab2051View commit details -
feat: implement
consecutive
algorithm.This is the default negotiation algorithm.
Configuration menu - View commit details
-
Copy full SHA for 01aba9e - Browse repository at this point
Copy the full SHA 01aba9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aad40d - Browse repository at this point
Copy the full SHA 4aad40dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1809a99 - Browse repository at this point
Copy the full SHA 1809a99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b19ab1 - Browse repository at this point
Copy the full SHA 1b19ab1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bdd071 - Browse repository at this point
Copy the full SHA 5bdd071View commit details -
FAIL: try to change test-suite from --negotiate-only to the more real…
…istic fetch with --dry-run. This means we will have to reproduce what git does naturally, to fill in common refs and also provide tips. Unfortunately this doesn't work as it's apparently not really dry-running, but modifying the repository underneath. This means it's not idempotent when running it multiple times.
Configuration menu - View commit details
-
Copy full SHA for 1571528 - Browse repository at this point
Copy the full SHA 1571528View commit details