Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2026

Bumps gix from 0.77.0 to 0.78.0.

Release notes

Sourced from gix's releases.

gix v0.78.0

Bug Fixes

  • Correctly use $COMMON_DIR/info/exclude to make excludes work in worktrees. It turns out there is no per-worktree excludes file either.

Chore (BREAKING)

  • Upgrade prodash and crosstermion to the latest version. This will fix the cargo deny issue as it brings in a newer lru crate.

Refactor (BREAKING)

  • catch up Exn designs with the upstream refactor!: rename Exn::from_iter to raise_all

New Features (BREAKING)

  • Use std::ops::ControlFlow where possible
  • Use gix-error in gix-date This will make for easier introspection for users of these errors.

New Features

  • Enable auto-chain-error by default. This way, the behaviour of gix::Error is the same as it was before without actually exposing an Exn error tree.
  • add http-client-curl-rust-openssl feature, and make it the default. Previously it was implicit, now it's explicit so it can be turned off. When that's the case, the openssl dependencies will be removed.

Commit Statistics

  • 30 commits contributed to the release over the course of 21 calendar days.
  • 21 days passed between releases.
  • 7 commits were understood as conventional.
  • 2 unique issues were worked on: #2363, #2384

Commit Details

  • #2363
    • Regenerate all changelogs with a more recent CSR version (cbbdef5)
  • #2384
    • Catch up Exn designs with the upstream (f8517be)
  • Uncategorized
    • Release gix-error v0.0.0, gix-date v0.13.0, gix-actor v0.38.0, gix-validate v0.11.0, gix-path v0.11.0, gix-features v0.46.0, gix-hash v0.22.0, gix-hashtable v0.12.0, gix-object v0.55.0, gix-glob v0.24.0, gix-attributes v0.30.0, gix-command v0.7.0, gix-packetline v0.21.0, gix-filter v0.25.0, gix-fs v0.19.0, gix-chunk v0.5.0, gix-commitgraph v0.32.0, gix-revwalk v0.26.0, gix-traverse v0.52.0, gix-worktree-stream v0.27.0, gix-archive v0.27.0, gix-tempfile v21.0.0, gix-lock v21.0.0, gix-index v0.46.0, gix-config-value v0.17.0, gix-pathspec v0.15.0, gix-ignore v0.19.0, gix-worktree v0.47.0, gix-diff v0.58.0, gix-blame v0.8.0, gix-ref v0.58.0, gix-sec v0.13.0, gix-config v0.51.0, gix-prompt v0.13.0, gix-url v0.35.0, gix-credentials v0.35.0, gix-discover v0.46.0, gix-dir v0.20.0, gix-mailmap v0.30.0, gix-revision v0.40.0, gix-merge v0.11.0, gix-negotiate v0.26.0, gix-pack v0.65.0, gix-odb v0.75.0, gix-refspec v0.36.0, gix-shallow v0.8.0, gix-transport v0.53.0, gix-protocol v0.56.0, gix-status v0.25.0, gix-submodule v0.25.0, gix-worktree-state v0.25.0, gix v0.78.0, gix-fsck v0.17.0, gitoxide-core v0.53.0, gitoxide v0.50.0, safety bump 50 crates (562e684)

... (truncated)

Commits
  • a5225a7 Release gix-dir v0.20.0, gix-mailmap v0.30.0, gix-revision v0.40.0, gix-merge...
  • 562e684 Release gix-error v0.0.0, gix-date v0.13.0, gix-actor v0.38.0, gix-validate v...
  • fa302a1 Fixes to make a release work.
  • 6c92991 Add progress report for 26-01.
  • be50716 Merge pull request #2392 from EliahKagan/powerpc64le-next
  • 2a5d565 Bump aws-lc-rs and aws-lc-sys to fix powerpc64le builds
  • 492452a Revert "Don't build powerpc64le max-pure release asset, for now"
  • 5134b2d Merge pull request #2391 from lunbun/typo-gix-fs-dir-create
  • fa85ed3 Merge pull request #2390 from GitoxideLabs/gix-error
  • cf83ab4 fix: correct typo in error message for gix-fs directory creation
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [gix](https://github.com/GitoxideLabs/gitoxide) from 0.77.0 to 0.78.0.
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-v0.77.0...gix-v0.78.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jan 23, 2026
@extrawurst
Copy link
Collaborator

@cruessler new gix yay :)

@cruessler cruessler self-assigned this Jan 23, 2026
@cruessler
Copy link
Collaborator

I briefly checked that all tabs work as expected and found nothing suspicious.

@cruessler cruessler assigned extrawurst and unassigned cruessler Jan 23, 2026
@extrawurst extrawurst merged commit 13d75df into master Jan 23, 2026
22 checks passed
@extrawurst extrawurst deleted the dependabot/cargo/gix-0.78.0 branch January 23, 2026 20:05
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 merge_ready rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants