Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2025

Bumps gix from 0.74.1 to 0.75.0.

Release notes

Sourced from gix's releases.

gix v0.75.0

New Features

  • add Repository::worktree_proxy_by_id(id). That way it's more straightforward to obtain information about worktrees which are known by ID.
  • add Handshake::ref_map() to produce a ref-map from a V1 or V2 handshake.
  • add Repository::set_workdir(). Force this repository instance to use the given worktree directory.

Bug Fixes

  • refspec for shallow clones uses a single-branch When doing shallow clones (depth != NoChange), it now uses a single-branch refspec instead of fetching all branches. This matches Git's behavior and significantly reduces the repository size for shallow clones.

    For shallow clones:

    • If ref_name is specified: uses that branch
    • Otherwise: attempts to detect from Protocol V1 handshake or falls back to init.defaultBranch config or "main"

    This addresses issue #2227 where gix clone --depth 1 was creating repositories ~130MB vs Git's ~70MB due to fetching all branches.

Bug Fixes (BREAKING)

  • respect diff.algorithm in Repository::blame_file
  • make gix-transport I/O mode features additive

Refactor (BREAKING)

  • simplify gix-protocol handshake API by avoiding duplicates that remove the server parameter.
  • hoist handshake ref handling out of transport code
  • store all_refspecs in Options
  • store fetch refspecs in Options
  • flatten RefMap::new() arguments

Commit Statistics

  • 35 commits contributed to the release.
  • 11 commits were understood as conventional.
  • 1 unique issue was worked on: #2227

Commit Details

... (truncated)

Commits
  • 82ff92f Release gix-date v0.11.0, gix-actor v0.36.0, gix-path v0.10.22, gix-object v0...
  • e93e84e Merge pull request #2262 from GitoxideLabs/copilot/fix-non-blocking-piped-data
  • 1aaa6fa refactor
  • a457393 Implement on-demand thread for non-blocking piped data processing
  • 896cb4d Merge pull request #2261 from GitoxideLabs/copilot/replace-url-dependency
  • a9a4d4d Adapt to changes in gix-url
  • 402bcc7 feat: Add Scheme::default_port()
  • f679c13 refactor
  • b34d1d2 feat: Replace url dependency with minimal custom implementation
  • dc2794a Merge pull request #2263 from GitoxideLabs/report
  • 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.74.1 to 0.75.0.
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-v0.74.1...gix-v0.75.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Nov 25, 2025
@dependabot dependabot bot requested a review from timasoft as a code owner November 25, 2025 00:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Nov 25, 2025
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