gix-discover v0.54.0
Chore
-
let archived fixtures bypass Git version gates
Git-dependent fixture tests currently skip outright when the installed Git is
incompatible, even when a checked-in archive contains a known-good fixture that
could run safely. This also keeps 32-bit CI pinned to Debian 12 because Debian
13 ships affected Git 2.47.x.Use the guarded scripted-fixture loaders for minimum-version worktree tests and
the shared rev-spec fixture, then return 32-bit CI to Debian stable.Git 57fb139b5e introduced reversed :/ traversal in 2.47.x; Git 0ff919e87a
restored youngest-first ordering in 2.48.0.
Commit Statistics
- 13 commits contributed to the release.
- 31 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #1622
Commit Details
view details
- #1622
- Let archived fixtures bypass Git version gates (1568b31)
- Uncategorized
- Update changelogs prior to release (cb6ec7d)
- Release gix-trace v0.1.21, gix-validate v0.11.3, gix-path v0.12.3, gix-utils v0.3.5, gix-config-value v0.19.0, gix-prompt v0.16.0, gix-sec v0.14.2, gix-url v0.37.0, gix-credentials v0.39.0, safety bump 18 crates (f0ec710)
- Merge pull request #2732 from GitoxideLabs/testools-use-archive (a3e9a77)
- Merge pull request #2722 from GitoxideLabs/reasons (c16b5a1)
- Replace lint allowances with expectations (43ff87a)
- Merge pull request #2714 from GitoxideLabs/fix-credentials-parsing (cf3053a)
- Release gix-path v0.12.2, gix-error v0.2.5, gix-utils v0.3.4, gix-date v0.15.6, gix-url v0.36.2, gix-credentials v0.38.2 (27aec47)
- Merge pull request #2699 from jason5122/fix-kind-worktree-of-natively-bare-repo (1ff51ca)
- Review (b36ca4c)
- Merge pull request #2682 from GitoxideLabs/improvements (f77cb0a)
- Add test for non-bare
repo.gitdiscovery classification (767b1c7) - Merge pull request #2646 from GitoxideLabs/report (1b1541e)