extrawurst / gitui

Blazing 💥 fast terminal-ui for git written in rust 🦀
MIT License
18.63k stars 573 forks source link

Bump gix from 0.66.0 to 0.67.0 #2402

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 1 month ago

Bumps gix from 0.66.0 to 0.67.0.

Release notes

Sourced from gix's releases.

gix v0.67.0

New Features

  • add Repository::diff_tree_to_tree() for greater similarity to git2

  • add gix merge-file with similar features as git merge-file

  • add Repository::blob_merge_options() to obtain options for merging blobs and Repository::diff_algorithm()

  • Repository::merge_resource_cache() to obtain the foundation for merging files directly.

  • make implicit free-list more controllable This is done by three new Repository methods:

    • empty_reusable_buffer() - hook into the free-list yourself.
  • set_freelist() - enable or initialize the free-list.
  • without_freelist() - a builder to disable the freelist from the start.

Bug Fixes

  • make GIT_WORK_TREE variable work as expected. Now it's picked up durign initialization.
  • improve directory matching Previously the sorting wasn't accounted for, so an assumption about the order of changes weren't actually true.
  • don't be too generous when extrapolating worktree directories. Previously it was possible that a non-bare repository that didn't have worktree directory incorrectly claimed it had one.
  • don't unconditionally stuff fetch-specs if these are already present. Previously, we'd always add 'default' refspecs, even though ref-specs might already have been present. Now we only do this if there were no refspecs prior, and that might still be more than Git does. I wonder where this requirement came from, except that it might help with tests.
  • Don't bail out if there are extra-refspecs.
  • make rev_walk available even without the revision feature. Technically it doesn't depend on it.

Other

  • Update gitoxide repository URLs This updates Byron/gitoxide URLs to GitoxideLabs/gitoxide in:

    • Markdown documentation, except changelogs and other such files where such changes should not be made.

    • Documentation comments (in .rs files).

    • Manifest (.toml) files, for the value of the repository key.

    • The comments appearing at the top of a sample hook that contains a repository URL as an example.

    When making these changes, I also allowed my editor to remove

... (truncated)

Commits
  • f1364dc Release gix-merge v0.0.0, gix-negotiate v0.16.0, gix-pack v0.54.0, gix-odb v0...
  • fa3e260 add new changelog for gix-merge
  • 3f7e8ee Release gix-date v0.9.1, gix-utils v0.1.13, gix-actor v0.33.0, gix-hash v0.15...
  • 435b30d add progress report for October 2024
  • 48aa74b Merge pull request #1639 from cruessler/respect-env-variables
  • e9b3db8 fix: make GIT_WORK_TREE variable work as expected.
  • 9c619e4 fix!: make all filter arguments non-dyn.
  • 0bebe52 Respect env variables when running gix
  • bcdce6e Merge pull request #1638 from tisonkun/allow-contructCustomFormat
  • 4910912 refactor
  • 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 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)
dependabot[bot] commented 2 weeks ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.