Skip to content

Bump gix from 0.83.0 to 0.84.0#882

Closed
dependabot[bot] wants to merge 1 commit into
develfrom
dependabot/cargo/devel/gix-0.83.0
Closed

Bump gix from 0.83.0 to 0.84.0#882
dependabot[bot] wants to merge 1 commit into
develfrom
dependabot/cargo/devel/gix-0.83.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 31, 2026

Copy link
Copy Markdown
Contributor

Bumps gix from 0.83.0 to 0.84.0.

Release notes

Sourced from gix's releases.

gix v0.84.0

New Features (BREAKING)

  • Allow checkouts of empty repositories Also make turn destination_must_be_empty into Option<bool>

New Features

  • Add SHA-256 support for object-format parsing.

Bug Fixes

  • Follow submodule gitdir files when opening and perform basic validation Modern submodules store a .git file in the worktree whose gitdir: value points at the repository to open. The previous resolver treated every non-directory .git path like an uninitialized submodule and fell back to .git/modules/, which can open the wrong repository after a submodule gitdir is relocated or renamed. That shows up as phantom submodule HEAD changes in gix status.

    Git baseline: Git setup.c::read_gitfile_gently() parses gitdir: files and resolves relative targets against the .git file location; submodule.c::submodule_to_gitdir() consults that gitfile before falling back to the name-derived .git/modules path.

    Update Submodule::git_dir_try_old_form() to validate the submodule name, then follow worktree .git files when present while preserving the old-form directory and uninitialized fallback behavior. Validate present gitdir file targets for direct state/open/status queries so broken submodule checkouts are reported if the gitlink doesn't point to a directory. For status ignore=all, still parse valid gitdir files to keep state accurate, but skip target validation and fall back without error if the gitdir file itself is malformed or unreadable. Derive State::is_old_form directly from whether the worktree .git path is a directory so a divergent modern gitlink is not misclassified as old form.

  • Repository::is_dirty() won't fail on unborn repositories

Commit Statistics

  • 37 commits contributed to the release over the course of 28 calendar days.
  • 28 days passed between releases.
  • 4 commits were understood as conventional.
  • 2 unique issues were worked on: #, #2585

Commit Details

  • #

... (truncated)

Commits
  • 10c58bb Release gix-error v0.2.4, gix-date v0.15.4, gix-actor v0.41.1, gix-trace v0.1...
  • b6c41cb Montly report for May 2026
  • faecc23 Merge pull request #2607 from SarthakB11/fix/issue-1842
  • 8323858 fix: Derive $0 for sh -c from the shell's basename
  • d62e33c Add tests for $0 deriving from the actually-running shell
  • f6433ac Update downstream test assertions for sh $0 change
  • 6752a96 Pass sh (not --) as $0 to sh -c
  • 4377485 Merge pull request #2612 from GitoxideLabs/improvements
  • 123cdaf spawn_git_daemon now spawns the git daemon on a free port automatically
  • cad26e9 fix: disable automatic Git maintenance in gix-testtools, add `apply_git_confi...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 31, 2026
@github-actions

github-actions Bot commented May 31, 2026

Copy link
Copy Markdown
Contributor

🐰 Bencher Report

Branchdependabot/cargo/devel/gix-0.83.0
Testbedintel-v1
Click to view all benchmark results
BenchmarkLatencyBenchmark Result
microseconds (µs)
(Result Δ%)
Upper Boundary
microseconds (µs)
(Limit %)
Adapter::Json📈 view plot
🚷 view threshold
4.62 µs
(+1.07%)Baseline: 4.57 µs
4.74 µs
(97.41%)
Adapter::Magic (JSON)📈 view plot
🚷 view threshold
4.48 µs
(+0.60%)Baseline: 4.45 µs
4.62 µs
(96.97%)
Adapter::Magic (Rust)📈 view plot
🚷 view threshold
25.64 µs
(+0.93%)Baseline: 25.41 µs
26.25 µs
(97.69%)
Adapter::Rust📈 view plot
🚷 view threshold
3.52 µs
(+1.60%)Baseline: 3.46 µs
3.57 µs
(98.53%)
Adapter::RustBench📈 view plot
🚷 view threshold
3.52 µs
(+1.67%)Baseline: 3.46 µs
3.56 µs
(98.82%)
🐰 View full continuous benchmarking report in Bencher

Bumps [gix](https://github.com/GitoxideLabs/gitoxide) from 0.83.0 to 0.84.0.
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-v0.83.0...gix-v0.84.0)

---
updated-dependencies:
- dependency-name: gix
  dependency-version: 0.83.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump gix from 0.80.0 to 0.83.0 Bump gix from 0.83.0 to 0.84.0 Jun 4, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/devel/gix-0.83.0 branch from 7b9b068 to 4948db7 Compare June 4, 2026 02:51
@dependabot @github

dependabot Bot commented on behalf of github Jun 7, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #892.

@dependabot dependabot Bot closed this Jun 7, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/devel/gix-0.83.0 branch June 7, 2026 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants