Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/cargo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0c9d0c60d091515de6766cd54569b5590bba13a6
Choose a base ref
...
head repository: rust-lang/cargo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a305af544db154ade691457f7d275558909c6916
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Dec 1, 2022

  1. add feature toggle for controlling gitoxide capabilities.

    They are made to control which portions of typical git operations
    should be handled by gitoxide and try to predict what'about
    to be implemented one day.
    
    That way testers on nightly can more easily A/B test different
    capabilities as well.
    Byron committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    a48f8ee View commit details
    Browse the repository at this point in the history
  2. setup extra test run for selective gitoxide-enabled tests

    Using a rust config flag we are able to selective run only those
    tests that have been cleared to run with `gitoxide`, as part of
    a separate test run.
    
    That way we will keep testing all `git2` related code as before
    but step by step enable more tests to work correctly with `gitoxide`.
    
    For now it's only planned to run git-related tests, but it's possible
    to one-day run the entire test suite if oen were to be willing to pay
    the cost.
    
    CI is configured to run separate tests for `gitoxide` as well.
    Byron committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    a305af5 View commit details
    Browse the repository at this point in the history
Loading