Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gix from 0.69.1 to 0.70.0 #51

Merged
merged 1 commit into from
Jan 19, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2025

Bumps gix from 0.69.1 to 0.70.0.

Release notes

Sourced from gix's releases.

gix v0.70.0

Chore

  • bump rust-version to 1.70 That way clippy will allow to use the fantastic Option::is_some_and() and friends.

New Features

  • add Repository::upstream_branch_and_remote_name_for_tracking_branch() It's a way to learn about the Remote and upstream branch which would match the given local tracking branch.
  • more often check for interrupts in status iterator
  • add tree::Editor|editor::Cursor::get() to see if an entry is loaded at path. This can be useful to get a feeling for how far the tree was already made available, even though it won't reveal if an entry was edited.
  • Repository::is_dirty() now also checks for tree/index changes. This copmpletes the is_dirty() implementation.
  • Repository::tree_index_status() to see the changes between a tree and an index. It also respects status.rename and status.renameLimit to configure rename tracking.
  • add Tree::depthfirst() with a delegate. This allows a depth-first traversal with a delegate.
  • Add blame plumbing crate to the top-level. For now, it doesn't come with a simplified gix API though.

Bug Fixes

  • Repository::status() detects files added to the index in an unborn repository. Previously it wouldn't show them.

  • Respository::status() iterator won't fail in unborn directories.

  • worktrees of submodules now know their correct worktree Previously they would use a very incorrect worktree which would cause the status to be calculated very wrongly.

  • status-iterator won't swallow legitimate modification during 'racy-git'. When a modification is marked as being racy, then previously the iterator would have kept the whole modification even though it should just have tracked the single change.

    This made the legitimate modification disappear.

  • write_blob_stream() does not need Seek trait anymore. Internally, it has to turn it into a buffer so it's not needed anymore. It also counteracts the idea of using a stream with arbitrarily big files.

  • Submodule::status() now konws about tree-index changes as well. This completes the status implementation.

  • remove unused fetch-error variants Note that it's a breaking change, but it's on top of a previous breaking change so folks would already have to update explicitly.

Other

  • make really clear that Repository::worktrees() lists linked worktrees.

... (truncated)

Commits
  • dea106a Release gix-utils v0.1.14, gix-actor v0.33.2, gix-hash v0.16.0, gix-trace v0....
  • 7570daa don't specify version numbers in dev-dependencies
  • 1f6390c update all changelogs prior to release
  • 1e37e95 Merge pull request #1777 from EliahKagan/run-ci/arm
  • d5dc5bf Merge pull request #1776 from EliahKagan/fuzz-next
  • 90e08f1 Merge pull request #1774 from EliahKagan/complex-graph-no-baseline-next
  • c7f5013 Let either test-32bit cancel the other on failure
  • c3d4cff Remove the test-32bit-cross job
  • fbc27b5 Install 64-bit libstdc++ in both 32-bit containers
  • cbe3793 Use the ARM runner for some 32-bit tests
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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.69.1 to 0.70.0.
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-v0.69.1...gix-v0.70.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 19, 2025
@35VLG84 35VLG84 merged commit 7cd41ec into main Jan 19, 2025
8 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/gix-0.70.0 branch January 19, 2025 10:28
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.

1 participant