Bug Fixes
- Restore
Category::to_full_name()to be able to produce any full name.
Previously it learned to reject certain invalid branch names, but this has to
be done separately and led to some unpleasant changes ingixas well. - reject the creation of
refs/heads/HEADjust like Git inCategory::to_full_name()
See https://github.com/git/git/blob/cf2139f8e1680b076e115bc0b349e369b4b0ecc4/refs.c#L776-L778
for the source of this rule.
Commit Statistics
- 15 commits contributed to the release over the course of 32 calendar days.
- 32 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Update changelogs prior to release (f9fbcba)
- Merge pull request #2530 from GitoxideLabs/advisories (63b8419)
- Add fuzz tests for 10 more crates, and related fixes (0396152)
- Merge pull request #2497 from cruessler/pass-hash-len-to-tree-ref-iter (7d50c30)
- Adapt to changes in
gix-object(6df1d55) - Merge pull request #2518 from GitoxideLabs/improvements (444a92b)
- Make
package.includepatterns more specific so they don't match ignored files (c2c917f) - Merge pull request #2507 from GitoxideLabs/improvements (e51c40b)
- Restore
Category::to_full_name()to be able to produce any full name. (5b229c6) - Merge pull request #2505 from GitoxideLabs/improvements (420c5df)
- Address auto-review (6a5a0ec)
- Reject the creation of
refs/heads/HEADjust like Git inCategory::to_full_name()(4b4fba2) - Merge pull request #2499 from GitoxideLabs/dependabot/cargo/cargo-17cc682121 (44020e0)
- Bump the cargo group with 26 updates (9d04035)
- Merge pull request #2480 from GitoxideLabs/report (98bae84)