Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps gix from 0.78.0 to 0.79.0.

Release notes

Sourced from gix's releases.

gix v0.79.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.
  • Differentiate between core.bare being known or not. This allows Repository::is_bare() to only make assumptions based on the configuration value, which is what Git does.

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.

Bug Fixes (BREAKING)

  • Improve Repository::kind() for better classification Previously it wasn't clear what it really is as it chose the wrong categories.

New Features (BREAKING)

  • gix-error instead of thiserror
  • gix-error instead of thiserror

Commit Statistics

  • 21 commits contributed to the release over the course of 18 calendar days.
  • 18 days passed between releases.
  • 4 commits were understood as conventional.
  • 1 unique issue was worked on: #2402

Commit Details

  • #2402
    • Differentiate between core.bare being known or not. (02fe02b)
  • Uncategorized
    • Merge pull request #2420 from cruessler/remove-imara-diff-0-1-in-gix-blame (28fbeb8)
    • Merge pull request #2400 from GitoxideLabs/gix-error (e4f016b)
    • Address Copilot review (0b0e9f8)
    • Refactor (c7f84c2)
    • gix-error instead of thiserror (0128df7)
    • gix-error instead of thiserror (b8059ab)
    • Remove feature flag blame-experimental (44e447b)
    • Merge pull request #2415 from GitoxideLabs/improvements (5c9e6ae)
    • Adapt to changes in gix-testtools (fb60c8a)

... (truncated)

Commits
  • d66ac10 Release gix-error v0.1.0, gix-date v0.14.0, gix-actor v0.39.0, gix-trace v0.1...
  • 4fe8e38 Merge pull request #2428 from weihanglo/fix-loongarch64-musl-stat
  • 7e25c34 fix(gix-index): handle loongarch64-musl stat struct field names
  • 28fbeb8 Merge pull request #2420 from cruessler/remove-imara-diff-0-1-in-gix-blame
  • f4064e5 refactor
  • a4b5ae5 Merge pull request #2426 from apollocatlin/date-fix
  • 4ec879f Adjust AI disclosure requirements
  • fdca563 feat: parse() now supports 'now', 'today' and 'yesterday'.
  • fca0fc5 Remove unsafe UTF-8 conversions and add named relative date parsing
  • e4f016b Merge pull request #2400 from GitoxideLabs/gix-error
  • 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.78.0 to 0.79.0.
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-v0.78.0...gix-v0.79.0)

---
updated-dependencies:
- dependency-name: gix
  dependency-version: 0.79.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 11, 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 b834776 into main Feb 11, 2026
8 of 10 checks passed
@notheotherben notheotherben deleted the dependabot/cargo/gix-0.79.0 branch February 11, 2026 00:36
@codecov
Copy link

codecov bot commented Feb 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.74%. Comparing base (bbe7382) to head (a2b41ec).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #489   +/-   ##
=======================================
  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