Skip to content

chore(deps): Bump gix from 0.79.0 to 0.80.0#498

Merged
notheotherben merged 1 commit intomainfrom
dependabot/cargo/gix-0.80.0
Feb 23, 2026
Merged

chore(deps): Bump gix from 0.79.0 to 0.80.0#498
notheotherben merged 1 commit intomainfrom
dependabot/cargo/gix-0.80.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps gix from 0.79.0 to 0.80.0.

Release notes

Sourced from gix's releases.

gix v0.80.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.
  • make status work despite broken or invalid symlinks. Related to gitbutlerapp/gitbutler#12399

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.

New Features (BREAKING)

  • encode shallow commit lists as non-empty, and introduced nonempty in gix-protocol
  • model merge-bases as a non-empty type in gix-revision and gix-merge Adapt gix accordingly (even though it's nonbreaking).

Commit Statistics

  • 9 commits contributed to the release over the course of 10 calendar days.
  • 12 days passed between releases.
  • 3 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Merge pull request #2440 from GitoxideLabs/improvements (93f39fb)
    • Make status work despite broken or invalid symlinks. (94b35a1)
    • Merge pull request #2433 from GitoxideLabs/codex/nonempty-rewrite (29040a8)
    • Adopt to changes related to the introduction of nonempty. (e033441)
    • Encode shallow commit lists as non-empty, and introduced nonempty in gix-protocol (78b0a6f)
    • Model merge-bases as a non-empty type in gix-revision and gix-merge (231fda4)
    • Merge pull request #2377 from cruessler/add-sha-256-to-gix-commitgraph (228caf7)
    • Use GIX_TEST_FIXTURE_HASH for gix-commitgraph and gix-pack. (d51b858)
    • Merge branch 'release' (9327b73)
Commits
  • ecf90fc Release gix-error v0.2.0, gix-date v0.15.0, gix-actor v0.40.0, gix-object v0....
  • 9c3212b Progress report for February 2026
  • 8836a64 Cleanup dependencies of gix-negotiate
  • 000d58a Merge pull request #2423 from GitoxideLabs/gix-error
  • e441fa9 Merge pull request #2438 from mystor/push-wvvuuwmrwlul
  • 93f39fb Merge pull request #2440 from GitoxideLabs/improvements
  • 94b35a1 fix: make status work despite broken or invalid symlinks.
  • 325ac9f feat!: gix-error instead of thiserror in gix-mailmap
  • 502eaa0 feat!: gix-error instead of thiserror in gix-quote
  • 2d48c58 feat!: gix-error instead of thiserror in gix-bitmap
  • 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 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.79.0 to 0.80.0.
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-v0.79.0...gix-v0.80.0)

---
updated-dependencies:
- dependency-name: gix
  dependency-version: 0.80.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 Feb 23, 2026
Copy link
Member

@notheotherben notheotherben left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR has been automatically approved because it was created by @dependabot.

@notheotherben notheotherben merged commit a8aa03b into main Feb 23, 2026
8 of 10 checks passed
@notheotherben notheotherben deleted the dependabot/cargo/gix-0.80.0 branch February 23, 2026 00:38
@codecov
Copy link

codecov bot commented Feb 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.74%. Comparing base (96fa0a9) to head (46d34b5).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #498   +/-   ##
=======================================
  Coverage   72.74%   72.74%           
=======================================
  Files          24       24           
  Lines        1838     1838           
=======================================
  Hits         1337     1337           
  Misses        501      501           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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 rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant