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: dotnet/Nerdbank.GitVersioning
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.205
Choose a base ref
...
head repository: dotnet/Nerdbank.GitVersioning
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.216
Choose a head ref
  • 12 commits
  • 9 files changed
  • 2 contributors

Commits on Jun 12, 2021

  1. Build v*.* branches in CI

    AArnott committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    49fd15d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7707b3 View commit details
    Browse the repository at this point in the history
  3. Switch from 7z to zip for test archive

    This not only gets us able to address #125, but allows the test to run on .NET Core runtimes as well, since the 7z library we were using only ran on net461.
    The test from #125 is still broken though, on account of not regularly running.
    AArnott committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    ed2759e View commit details
    Browse the repository at this point in the history
  4. Fix up submodule handling in managed git

    Fixes #125 by enabling the test that now passes.
    AArnott committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    daa0303 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #614 from dotnet/fix125

    Switch tests from 7z to zip and enable test
    AArnott authored Jun 12, 2021
    Configuration menu
    Copy the full SHA
    07964f8 View commit details
    Browse the repository at this point in the history
  6. Add repro test for #602

    AArnott committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    e9b28de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47d7f46 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ea9517b View commit details
    Browse the repository at this point in the history
  9. Fix flipped condition

    filipnavara authored and AArnott committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    35a11f5 View commit details
    Browse the repository at this point in the history
  10. Hopefully fix worktree support

    filipnavara authored and AArnott committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    4d8ecca View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    311f477 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #613 from filipnavara/head-in-packed-refs

    Fix resolving HEAD reference if it's a packed ref
    AArnott authored Jun 12, 2021
    Configuration menu
    Copy the full SHA
    1902982 View commit details
    Browse the repository at this point in the history
Loading