diff options
Diffstat (limited to 'vendor/gix-diff')
-rw-r--r-- | vendor/gix-diff/.cargo-checksum.json | 2 | ||||
-rw-r--r-- | vendor/gix-diff/CHANGELOG.md | 27 | ||||
-rw-r--r-- | vendor/gix-diff/Cargo.toml | 6 | ||||
-rw-r--r-- | vendor/gix-diff/src/tree/mod.rs | 2 |
4 files changed, 31 insertions, 6 deletions
diff --git a/vendor/gix-diff/.cargo-checksum.json b/vendor/gix-diff/.cargo-checksum.json index 3d5fbfc4b..be0a727fb 100644 --- a/vendor/gix-diff/.cargo-checksum.json +++ b/vendor/gix-diff/.cargo-checksum.json @@ -1 +1 @@ -{"files":{"CHANGELOG.md":"566ce02ee8fa673cce038a30761a7f5e376c02dfff24c1674152f1f18747fbef","Cargo.toml":"7fcf446571292a4b4be999270efddd73f0cbe2199db9f0780b56e24e929a4e21","LICENSE-APACHE":"cb4780590812826851ba250f90bed0ed19506ec98f6865a0e2e20bbf62391ff9","LICENSE-MIT":"49df47913ab2beafe8dc45607877ae64198bf0eee64aaad3e82ed9e4d27424e8","src/blob.rs":"2ee987cc738042ed3d5a001943685abe8692a49a3a1c253a0f6fd96702c35240","src/lib.rs":"dad21febb5a349ad70e4b79b980c54038a57bf28ed114c3ac5a3054cc953f560","src/tree/changes.rs":"ca134d8abf6934416002658da0724a4150b074de70b9ed5f03d5a71344649cb0","src/tree/mod.rs":"e82dc5ba05a10f85cdb01d7a6d14911e83f3e01fc6e4ca7b9d6835f3ac42b79a","src/tree/recorder.rs":"9170902868720607ad18c25a81a2ac172c4ce641f632fd6b9408538d98b47f71","src/tree/visit.rs":"823ca26b1658ed101da8ae400d481b3008670aeb3ff72680a29f8b2bc5029ba1"},"package":"788ddb152c388206e81f36bcbb574e7ed7827c27d8fa62227b34edc333d8928c"}
\ No newline at end of file +{"files":{"CHANGELOG.md":"bab6defc9b6df696bf60f4ff7e1b8a962ba9eec62c46d02035dc69087c3deabd","Cargo.toml":"191601bc8eab8717eb45936e1c9bd540ea2b20ec4d162fca4289cf27920939fb","LICENSE-APACHE":"cb4780590812826851ba250f90bed0ed19506ec98f6865a0e2e20bbf62391ff9","LICENSE-MIT":"49df47913ab2beafe8dc45607877ae64198bf0eee64aaad3e82ed9e4d27424e8","src/blob.rs":"2ee987cc738042ed3d5a001943685abe8692a49a3a1c253a0f6fd96702c35240","src/lib.rs":"dad21febb5a349ad70e4b79b980c54038a57bf28ed114c3ac5a3054cc953f560","src/tree/changes.rs":"ca134d8abf6934416002658da0724a4150b074de70b9ed5f03d5a71344649cb0","src/tree/mod.rs":"a1d7fe6b23bd76b37d3f29fc358e049abfbea46d2707cd6727b8622cd8393261","src/tree/recorder.rs":"9170902868720607ad18c25a81a2ac172c4ce641f632fd6b9408538d98b47f71","src/tree/visit.rs":"823ca26b1658ed101da8ae400d481b3008670aeb3ff72680a29f8b2bc5029ba1"},"package":"931394f69fb8c9ed6afc0aae3487bd869e936339bcc13ed8884472af072e0554"}
\ No newline at end of file diff --git a/vendor/gix-diff/CHANGELOG.md b/vendor/gix-diff/CHANGELOG.md index e1dae90b3..d7e06008b 100644 --- a/vendor/gix-diff/CHANGELOG.md +++ b/vendor/gix-diff/CHANGELOG.md @@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.37.0 (2023-10-12) + +A maintenance release without user-facing changes. + +### Commit Statistics + +<csr-read-only-do-not-edit/> + + - 2 commits contributed to the release over the course of 6 calendar days. + - 17 days passed between releases. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + +<csr-read-only-do-not-edit/> + +<details><summary>view details</summary> + + * **Uncategorized** + - Prepare changelogs prior to release ([`1347a54`](https://github.com/Byron/gitoxide/commit/1347a54f84599d8f0aa935d6e64b16c2298d25cf)) + - Fix docs ([`995bc84`](https://github.com/Byron/gitoxide/commit/995bc840664cbd4aeb7f95592e3125dee63bdcd4)) +</details> + ## 0.36.0 (2023-09-24) A maintenance release without user-facing changes. @@ -13,7 +37,7 @@ A maintenance release without user-facing changes. <csr-read-only-do-not-edit/> - - 1 commit contributed to the release. + - 2 commits contributed to the release. - 16 days passed between releases. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -25,6 +49,7 @@ A maintenance release without user-facing changes. <details><summary>view details</summary> * **Uncategorized** + - Release gix-features v0.35.0, gix-actor v0.27.0, gix-object v0.37.0, gix-glob v0.13.0, gix-attributes v0.19.0, gix-filter v0.5.0, gix-fs v0.7.0, gix-commitgraph v0.21.0, gix-revwalk v0.8.0, gix-traverse v0.33.0, gix-worktree-stream v0.5.0, gix-archive v0.5.0, gix-tempfile v10.0.0, gix-lock v10.0.0, gix-ref v0.37.0, gix-config v0.30.0, gix-url v0.24.0, gix-credentials v0.20.0, gix-diff v0.36.0, gix-discover v0.25.0, gix-ignore v0.8.0, gix-index v0.25.0, gix-mailmap v0.19.0, gix-negotiate v0.8.0, gix-pack v0.43.0, gix-odb v0.53.0, gix-pathspec v0.3.0, gix-transport v0.37.0, gix-protocol v0.40.0, gix-revision v0.22.0, gix-refspec v0.18.0, gix-status v0.1.0, gix-submodule v0.4.0, gix-worktree v0.26.0, gix-worktree-state v0.3.0, gix v0.54.0, gitoxide-core v0.32.0, gitoxide v0.30.0, safety bump 37 crates ([`7891fb1`](https://github.com/Byron/gitoxide/commit/7891fb17348ec2f4c997665f9a25be36e2713da4)) - Prepare changelogs prior to release ([`8a60d5b`](https://github.com/Byron/gitoxide/commit/8a60d5b80877c213c3b646d3061e8a33e0e433ec)) </details> diff --git a/vendor/gix-diff/Cargo.toml b/vendor/gix-diff/Cargo.toml index bbbdfb880..681db4e74 100644 --- a/vendor/gix-diff/Cargo.toml +++ b/vendor/gix-diff/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" rust-version = "1.65" name = "gix-diff" -version = "0.36.0" +version = "0.37.0" authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"] include = [ "src/**/*", @@ -47,10 +47,10 @@ optional = true default-features = false [dependencies.gix-hash] -version = "^0.13.0" +version = "^0.13.1" [dependencies.gix-object] -version = "^0.37.0" +version = "^0.38.0" [dependencies.imara-diff] version = "0.1.3" diff --git a/vendor/gix-diff/src/tree/mod.rs b/vendor/gix-diff/src/tree/mod.rs index fea4550f6..77e125e91 100644 --- a/vendor/gix-diff/src/tree/mod.rs +++ b/vendor/gix-diff/src/tree/mod.rs @@ -41,7 +41,7 @@ pub mod visit; #[doc(inline)] pub use visit::Visit; -/// A [Visit][visit::Visit] implementation to record every observed change and keep track of the changed paths. +/// A [Visit] implementation to record every observed change and keep track of the changed paths. #[derive(Clone, Debug)] pub struct Recorder { path_deque: VecDeque<BString>, |