Releases: GitoxideLabs/gitoxide
gix-diff v0.38.0
New Features
-
add
blob::Platformandblob::Pipelinefor diff-content conversions and caching.
ThePipelineprovides ways to obtain content for use with a diffing algorithm,
and thePlatformis a way to cache such content to efficiently perform MxN matrix
diffing, and possibly to prepare running external diff programs as well. -
provider new rename-tracking faciliites.
They generalize reneame tracking to the point where it can work for different
kinds of changes.There is still some way to go until it is truly correct though, as it still
lacks worktree conversions and diff filters.
Bug Fixes
- assure binary-detection also works if ODB files are below the big-file threshold.
Changed (BREAKING)
- use
gix-object::Findtrait
New Features (BREAKING)
- rewrite-tracker now uses blob diff-platform for correct and optimized diffing.
Correctness is improved as all necessary transformation are now performed.
Performance is improved by avoiding duplicate work by caching transformed
diffable data for later reuse.
Commit Statistics
- 21 commits contributed to the release over the course of 46 calendar days.
- 54 days passed between releases.
- 5 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
Commit Details
view details
- Uncategorized
- Release gix-date v0.8.1, gix-hash v0.13.2, gix-trace v0.1.4, gix-features v0.36.1, gix-actor v0.28.1, gix-validate v0.8.1, gix-object v0.39.0, gix-path v0.10.1, gix-glob v0.14.1, gix-quote v0.4.8, gix-attributes v0.20.1, gix-command v0.3.0, gix-packetline-blocking v0.17.0, gix-utils v0.1.6, gix-filter v0.7.0, gix-fs v0.8.1, gix-chunk v0.4.5, gix-commitgraph v0.22.1, gix-hashtable v0.4.1, gix-revwalk v0.10.0, gix-traverse v0.35.0, gix-worktree-stream v0.7.0, gix-archive v0.7.0, gix-config-value v0.14.1, gix-tempfile v11.0.1, gix-lock v11.0.1, gix-ref v0.39.0, gix-sec v0.10.1, gix-config v0.32.0, gix-prompt v0.8.0, gix-url v0.25.2, gix-credentials v0.22.0, gix-ignore v0.9.1, gix-bitmap v0.2.8, gix-index v0.27.0, gix-worktree v0.28.0, gix-diff v0.38.0, gix-discover v0.27.0, gix-macros v0.1.1, gix-mailmap v0.20.1, gix-negotiate v0.10.0, gix-pack v0.45.0, gix-odb v0.55.0, gix-pathspec v0.4.1, gix-packetline v0.17.0, gix-transport v0.39.0, gix-protocol v0.42.0, gix-revision v0.24.0, gix-refspec v0.20.0, gix-status v0.3.0, gix-submodule v0.6.0, gix-worktree-state v0.5.0, gix v0.56.0, gix-fsck v0.1.0, gitoxide-core v0.34.0, gitoxide v0.32.0, safety bump 27 crates (55d386a)
- Prepare changelogs prior to release (d3dcbe5)
- Merge branch 'gix-status' (5fdc9df)
- Assure binary-detection also works if ODB files are below the big-file threshold. (223278d)
- J fmt (51c7abc)
- Merge branch 'gix-status' (dfb3f18)
- Rewrite-tracker now uses blob diff-platform for correct and optimized diffing. (feca5d0)
- Add
blob::Platformandblob::Pipelinefor diff-content conversions and caching. (ebe66db) - Merge branch 'check-cfg' (5a0d93e)
- Refactor (fc23775)
- Replace all docsrs config by the document-features feature (bb3224c)
- Merge branch 'gix-status' (c87f2cc)
- Provider new rename-tracking faciliites. (e2745fd)
- Merge branch 'fix-1096' (ff99a18)
- Adapt to changes in
gix-object(203d69c) - Merge branch 'gix-object-find' (c8bd660)
- Thanks clippy (82b01c2)
- Use
gix-object::Findtrait (2637f8f) - Adapt to changes in
gix_objectandgix_odb. (24e319e) - Merge branch 'size-optimization' (c0e72fb)
- Remove CHANGELOG.md from all packages (b65a80b)
gix-date v0.8.1
A maintenance release without user-facing changes.
Commit Statistics
- 8 commits contributed to the release over the course of 46 calendar days.
- 88 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Prepare changelogs prior to release (d3dcbe5)
- J fmt (51c7abc)
- Merge branch 'check-cfg' (5a0d93e)
- Replace all docsrs config by the document-features feature (bb3224c)
- Merge branch 'fix-gix-rev' (d3fb537)
- For good measure, use
unsigned_abs()for a variant that can't panic. (045dd9d) - Merge branch 'size-optimization' (c0e72fb)
- Remove CHANGELOG.md from all packages (b65a80b)
gix-credentials v0.22.0
New Features
- trace credential helper invocations.
This should make it easier to understand what's going on in case
something isn't working as expected.
Bug Fixes
- make certain git-credential helper implementations work from cmd-prompts on Windows
On prompts, typically onlygit.exeis available, but no shell (i.e.sh).
Thus, we have to prefer going throughgit.exeto launch credential helpers and possibly split
simple arguments ourselves.
Commit Statistics
- 13 commits contributed to the release over the course of 53 calendar days.
- 54 days passed between releases.
- 2 commits were understood as conventional.
- 1 unique issue was worked on: #1103
Commit Details
view details
- #1103
- Uncategorized
- Prepare changelogs prior to release (d3dcbe5)
- Merge branch 'check-cfg' (5a0d93e)
- Replace all docsrs config by the document-features feature (bb3224c)
- Merge branch 'sh-on-windows' (2b80d84)
- Remove special handling in favor of allowing shell-avoidance. (a0cc80d)
- Merge branch 'fix-1103' (d75159c)
- Merge branch 'error' (c372321)
- Merge branch 'size-optimization' (c0e72fb)
- Remove CHANGELOG.md from all packages (b65a80b)
- Assure all crates have includes configured (065ab57)
- Release gix-url v0.25.1 (47a1241)
gix-config-value v0.14.1
A maintenance release without user-facing changes.
Commit Statistics
- 6 commits contributed to the release over the course of 46 calendar days.
- 88 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
gix-config v0.32.0
A maintenance release without user-facing changes.
Commit Statistics
- 7 commits contributed to the release over the course of 46 calendar days.
- 54 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
gix-commitgraph v0.22.1
A maintenance release without user-facing changes.
Commit Statistics
- 7 commits contributed to the release over the course of 46 calendar days.
- 54 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Prepare changelogs prior to release (d3dcbe5)
- Merge pull request #1131 from alexanderkjall/bump-memmap2-to-0.9 (f528ae8)
- Upgrade memmap2 from 0.7.1 to 0.9.0 (f4c3380)
- Merge branch 'check-cfg' (5a0d93e)
- Replace all docsrs config by the document-features feature (bb3224c)
- Merge branch 'size-optimization' (c0e72fb)
- Remove CHANGELOG.md from all packages (b65a80b)
gix-command v0.3.0
New Features
-
Add
Contextto provide much more context just likegitsets it.
gitsets a bunch of context-carrying environment variables whichgix
shouldn't only (and optionally) read, but also pass on to spawned processes.With
Contextit's now possible to gather all of this information and
set it at once.With a minimal context, one will also set the
git_dir, particularly important
on servers, which work with many different repositories, or a clone operation
which may be in the context of one directory, but affects another. -
add
Prepare::with_shell_allow_argument_splitting()flag.
This flag is enabled on windows by default to emulategitwhich
doesn't actually use a shell at all there.This should help to allow windows users to use more complex programs,
which might not have been possible previously.It also allows certain areas of
gixto indicate that they are safe to
use with this flag, which always is the case whengitis prefixed, like
with credential helpers. -
trace credential helper invocations.
This should make it easier to understand what's going on in case
something isn't working as expected.
New Features (BREAKING)
- add
Context::stderrto configure whether or not to supressstderr.
Commit Statistics
- 15 commits contributed to the release over the course of 46 calendar days.
- 54 days passed between releases.
- 4 commits were understood as conventional.
- 2 unique issues were worked on: #1103, #1129
Commit Details
view details
- #1103
- #1129
- Add
Contextto provide much more context just likegitsets it. (9d7e28d)
- Add
- Uncategorized
- Prepare changelogs prior to release (d3dcbe5)
- Merge branch 'adjustments-for-cargo' (8156340)
- Add
Context::stderrto configure whether or not to supressstderr. (ceb8826) - J fmt (51c7abc)
- Merge branch 'improve-filters' (f09ea13)
- Merge branch 'sh-on-windows' (2b80d84)
- Add
Prepare::with_shell_allow_argument_splitting()flag. (05972f1) - Merge branch 'fix-1103' (d75159c)
- Merge branch 'error' (c372321)
- Merge branch 'size-optimization' (c0e72fb)
- Remove CHANGELOG.md from all packages (b65a80b)
- Assure all crates have includes configured (065ab57)
gix-chunk v0.4.5
A maintenance release without user-facing changes.
Commit Statistics
- 3 commits contributed to the release over the course of 46 calendar days.
- 137 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
gix-bitmap v0.2.8
A maintenance release without user-facing changes.
Commit Statistics
- 4 commits contributed to the release over the course of 106 calendar days.
- 106 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
gix-attributes v0.20.1
A maintenance release without user-facing changes.
Commit Statistics
- 9 commits contributed to the release over the course of 46 calendar days.
- 54 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Prepare changelogs prior to release (d3dcbe5)
- Merge branch 'gix-status' (dfb3f18)
- More correct initialization order for new attribute search outcomes. (7d754cc)
- Merge branch 'check-cfg' (5a0d93e)
- Replace all docsrs config by the document-features feature (bb3224c)
- Merge branch 'sh-on-windows' (2b80d84)
- Remove special handling in favor of allowing shell-avoidance. (a0cc80d)
- Merge branch 'size-optimization' (c0e72fb)
- Remove CHANGELOG.md from all packages (b65a80b)