Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.6.0 (2024-07-23)
Bug Fixes
- assure that worktree-roots are never considered ignored. If they were, they would more easily be deleted by tooling like
gix clean
.
Commit Statistics
- 17 commits contributed to the release over the course of 55 calendar days.
- 62 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #1458
Commit Details
- #1458
- Assure that worktree-roots are never considered ignored. (
1e92d1e
) - Add tests that show what happens with allow-lists and
/
in root (1ebd6c7
)
- Uncategorized
- Release gix-glob v0.16.4, gix-attributes v0.22.3, gix-command v0.3.8, gix-filter v0.11.3, gix-fs v0.11.2, gix-commitgraph v0.24.3, gix-revwalk v0.13.2, gix-traverse v0.39.2, gix-worktree-stream v0.13.1, gix-archive v0.13.2, gix-config-value v0.14.7, gix-tempfile v14.0.1, gix-ref v0.45.0, gix-sec v0.10.7, gix-config v0.38.0, gix-prompt v0.8.6, gix-url v0.27.4, gix-credentials v0.24.3, gix-ignore v0.11.3, gix-index v0.33.1, gix-worktree v0.34.1, gix-diff v0.44.1, gix-discover v0.33.0, gix-pathspec v0.7.6, gix-dir v0.6.0, gix-mailmap v0.23.5, gix-negotiate v0.13.2, gix-pack v0.51.1, gix-odb v0.61.1, gix-transport v0.42.2, gix-protocol v0.45.2, gix-revision v0.27.2, gix-refspec v0.23.1, gix-status v0.11.0, gix-submodule v0.12.0, gix-worktree-state v0.11.1, gix v0.64.0, gix-fsck v0.4.1, gitoxide-core v0.39.0, gitoxide v0.37.0 (
a1b73a6
) - Update manifests (by cargo-smart-release) (
0470df3
) - Prepare changelog prior to release (
99c00cc
) - Merge branch ‘fixes’ (
b4dba1c
) - Release gix-path v0.10.9 (
15f1cf7
) - Release gix-actor v0.31.4, gix-object v0.42.3 (
bf3d82a
) - Merge branch ‘heredocs’ (
7330844
) - Use
<<
rather than <<-
heredoc operator (2641f8b
) - Release gix-path v0.10.8 (
8d89b86
) - Merge branch ‘tar-only’ (
1dfa90d
) - Remove binary files in favor of
tar
files (dcab79a
) - Merge branch ‘main’ into config-key-take-2 (
9fa1054
) - Merge pull request #1361 from EliahKagan/freebsd (
9c65d98
) - Make bash script shebangs more portable (
68cbea8
) - Release gix-fs v0.11.1, gix-glob v0.16.3 (
2cefe77
)
0.5.0 (2024-05-22)
A maintenance release without user-facing changes.
Commit Statistics
- 9 commits contributed to the release over the course of 33 calendar days.
- 33 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like ‘(#ID)’ were seen in commit messages
Commit Details
- Uncategorized
- Release gix-features v0.38.2, gix-actor v0.31.2, gix-validate v0.8.5, gix-object v0.42.2, gix-command v0.3.7, gix-filter v0.11.2, gix-fs v0.11.0, gix-revwalk v0.13.1, gix-traverse v0.39.1, gix-worktree-stream v0.13.0, gix-archive v0.13.0, gix-tempfile v14.0.0, gix-lock v14.0.0, gix-ref v0.44.0, gix-config v0.37.0, gix-prompt v0.8.5, gix-index v0.33.0, gix-worktree v0.34.0, gix-diff v0.44.0, gix-discover v0.32.0, gix-pathspec v0.7.5, gix-dir v0.5.0, gix-macros v0.1.5, gix-mailmap v0.23.1, gix-negotiate v0.13.1, gix-pack v0.51.0, gix-odb v0.61.0, gix-transport v0.42.1, gix-protocol v0.45.1, gix-revision v0.27.1, gix-status v0.10.0, gix-submodule v0.11.0, gix-worktree-state v0.11.0, gix v0.63.0, gitoxide-core v0.38.0, gitoxide v0.36.0, safety bump 19 crates (
4f98e94
) - Adjust changelogs prior to release (
9511416
) - Merge branch ‘various-fixes’ (
d6cd449
) - Merge pull request from GHSA-7w47-3wg8-547c (
79dce79
) - Address review comments (
fcc3b69
) - Adapt to changes in
gix-worktree
(1ca6a3c
) - Merge branch ‘status’ (
68fd5b3
) - Cleanup path classificaiton after fixes in
gix-pathspec
(44a2e00
) - Merge branch ‘cargo-fixes’ (
977346e
)
0.4.1 (2024-04-18)
Bug Fixes
assure worktree-roots aren't pruned with pathspecs that are never meant for them. Previously, when pathspecs were defined, the classification of the worktree-root would also be using them. This means that depending on the pathspec, worktree-roots would be pruned, which in turn makes it impossible to recurse into them.
Now pathspecs are disabled when classifying the worktree-root directory.
Commit Statistics
- 5 commits contributed to the release over the course of 4 calendar days.
- 5 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like ‘(#ID)’ were seen in commit messages
Commit Details
- Uncategorized
- Release gix-index v0.32.1, gix-pathspec v0.7.4, gix-worktree v0.33.1, gix-dir v0.4.1 (
54ac559
) - Prepare changelog prior to
gix-dir
patch release (6ca6fa6
) - Assure worktree-roots aren't pruned with pathspecs that are never meant for them. (
7f2f3ff
) - Merge pull request #1345 from EliahKagan/shell-scripts (
fe24c89
) - Add missing +x bit on scripts that are run and not sourced (
41bf65a
)
0.4.0 (2024-04-13)
A maintenance release without user-facing changes.
Commit Statistics
- 6 commits contributed to the release over the course of 10 calendar days.
- 26 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like ‘(#ID)’ were seen in commit messages
Commit Details
- Uncategorized
- Release gix-trace v0.1.9, gix-utils v0.1.12, gix-packetline-blocking v0.17.4, gix-filter v0.11.1, gix-fs v0.10.2, gix-traverse v0.39.0, gix-worktree-stream v0.12.0, gix-archive v0.12.0, gix-config v0.36.1, gix-url v0.27.3, gix-index v0.32.0, gix-worktree v0.33.0, gix-diff v0.43.0, gix-pathspec v0.7.3, gix-dir v0.4.0, gix-pack v0.50.0, gix-odb v0.60.0, gix-transport v0.42.0, gix-protocol v0.45.0, gix-status v0.9.0, gix-worktree-state v0.10.0, gix v0.62.0, gix-fsck v0.4.0, gitoxide-core v0.37.0, gitoxide v0.35.0, safety bump 14 crates (
095c673
) - Prepare changelogs prior to release (
5755271
) - Merge pull request #1341 from szepeviktor/typos (
55f379b
) - Fix typos (
f72ecce
) - Merge pull request #1334 from EliahKagan/nonstandard-worktree (
37732fb
) - Let nonstandard worktree fixtures work even if Git < 2.37.2 (
01d6be9
)
0.3.0 (2024-03-18)
Bug Fixes
- allow traversals to start from a symlink that points to a directory Now symlinked repositories can be traversed as well.
New Features (BREAKING)
allow directory walk to be interrupted with should_interrupt
flag. That way, it can be much more responsive to interruption.
assure symlinks to directories are ignored with dir/
declarations in .gitignore
. Initially, symlinks appear like symlinks thanks to lstat
, but to do exclude handling correctly these need another stat
call.
However, this is also not done in Git, but done in libgit2
only, so a toggle was added to act like Git by default, but allow obtaining the same behaviour as git2 for compatibility.
Commit Statistics
- 6 commits contributed to the release.
- 3 days passed between releases.
- 3 commits were understood as conventional.
- 0 issues like ‘(#ID)’ were seen in commit messages
Commit Details
- Uncategorized
- Release gix-actor v0.31.1, gix-object v0.42.1, gix-index v0.31.1, gix-pathspec v0.7.2, gix-dir v0.3.0, gix-status v0.8.0, gix v0.61.0, safety bump 2 crates (
155cc45
) - Prepare changelog prior to release (
129ba3d
) - Merge branch ‘improvements-for-cargo’ (
41cd53e
) - Allow directory walk to be interrupted with
should_interrupt
flag. (35b74e7
) - Allow traversals to start from a symlink that points to a directory (
e7e91cf
) - Assure symlinks to directories are ignored with
dir/
declarations in .gitignore
. (cd0c8af
)
0.2.0 (2024-03-14)
Bug Fixes
- make it possible to use a submodule root for a full walk. Previously, it would not allow to enter the repository, making a walk impossible.
Commit Statistics
- 6 commits contributed to the release over the course of 4 calendar days.
- 18 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like ‘(#ID)’ were seen in commit messages
Commit Details
- Uncategorized
- Release gix-date v0.8.5, gix-hash v0.14.2, gix-trace v0.1.8, gix-utils v0.1.11, gix-features v0.38.1, gix-actor v0.31.0, gix-validate v0.8.4, gix-object v0.42.0, gix-path v0.10.7, gix-glob v0.16.2, gix-quote v0.4.12, gix-attributes v0.22.2, gix-command v0.3.6, gix-filter v0.11.0, gix-fs v0.10.1, gix-chunk v0.4.8, gix-commitgraph v0.24.2, gix-hashtable v0.5.2, gix-revwalk v0.13.0, gix-traverse v0.38.0, gix-worktree-stream v0.11.0, gix-archive v0.11.0, gix-config-value v0.14.6, gix-tempfile v13.1.1, gix-lock v13.1.1, gix-ref v0.43.0, gix-sec v0.10.6, gix-config v0.36.0, gix-prompt v0.8.4, gix-url v0.27.2, gix-credentials v0.24.2, gix-ignore v0.11.2, gix-bitmap v0.2.11, gix-index v0.31.0, gix-worktree v0.32.0, gix-diff v0.42.0, gix-discover v0.31.0, gix-pathspec v0.7.1, gix-dir v0.2.0, gix-macros v0.1.4, gix-mailmap v0.23.0, gix-negotiate v0.13.0, gix-pack v0.49.0, gix-odb v0.59.0, gix-packetline v0.17.4, gix-transport v0.41.2, gix-protocol v0.44.2, gix-revision v0.27.0, gix-refspec v0.23.0, gix-status v0.7.0, gix-submodule v0.10.0, gix-worktree-state v0.9.0, gix v0.60.0, safety bump 26 crates (
b050327
) - Prepare changelogs prior to release (
52c3bbd
) - Merge branch ‘status’ (
3e5c974
) - Keep lower-bound of
thiserror
low in gix-dir
(917634f
) - Fix lints for nightly, and clippy (
f8ce3d0
) - Make it possible to use a submodule root for a full walk. (
434f543
)
0.1.0 (2024-02-25)
Bug Fixes
- pathspec prefixes still allows directory collapsing.
- proper submodule handling Previously it was possible for
.git
files in directories to not trigger repository detection. - assure
Action::Cancel
doesn't run into unreachable code.
New Features (BREAKING)
Represent DotGit
as ExtendedKind
This cleans up the model despite also making it harder to detect whether something is a DotGit.
simplify walk()
signature to compute root
with pathspec directory. This makes the overall handling more unified, while assuring it's always in the worktree.
And as a pathspec directory isn‘t exactly the same as a user-specified root, it’s also possible to override this automation.
allow to emit all collapsed entries. This is useful for rename tracking as it allows to see all files that may take part in a rename (i.e. when a directory is renamed).
Commit Statistics
- 19 commits contributed to the release over the course of 57 calendar days.
- 6 commits were understood as conventional.
- 0 issues like ‘(#ID)’ were seen in commit messages
Commit Details
- Uncategorized
- Release gix-date v0.8.4, gix-utils v0.1.10, gix-actor v0.30.1, gix-object v0.41.1, gix-path v0.10.6, gix-glob v0.16.1, gix-quote v0.4.11, gix-attributes v0.22.1, gix-command v0.3.5, gix-filter v0.10.0, gix-commitgraph v0.24.1, gix-worktree-stream v0.10.0, gix-archive v0.10.0, gix-config-value v0.14.5, gix-ref v0.42.0, gix-sec v0.10.5, gix-config v0.35.0, gix-prompt v0.8.3, gix-url v0.27.1, gix-credentials v0.24.1, gix-ignore v0.11.1, gix-index v0.30.0, gix-worktree v0.31.0, gix-diff v0.41.0, gix-discover v0.30.0, gix-pathspec v0.7.0, gix-dir v0.1.0, gix-pack v0.48.0, gix-odb v0.58.0, gix-transport v0.41.1, gix-protocol v0.44.1, gix-revision v0.26.1, gix-refspec v0.22.1, gix-status v0.6.0, gix-submodule v0.9.0, gix-worktree-state v0.8.0, gix v0.59.0, gix-fsck v0.3.0, gitoxide-core v0.36.0, gitoxide v0.34.0, safety bump 10 crates (
45b4470
) - Prepare changelogs prior to release (
f2e111f
) - Merge branch ‘status’ (
d53504a
) - Make it even harder to remove your own CWD (
4d5767c
) - Assure that we don't artificially make non-recursable directories visible (
1a26732
) - Represent
DotGit
as ExtendedKind
(bd5f449
) - Pathspec prefixes still allows directory collapsing. (
95d10ee
) - Merge branch ‘status’ (
bb48c4c
) - More natural top-level handling (
44ccc67
) - Simplify
walk()
signature to compute root
with pathspec directory. (b6ea37a
) - Allow to emit all collapsed entries. (
4567dbb
) - Proper submodule handling (
dc200bf
) - Assure
Action::Cancel
doesn't run into unreachable code. (c04954a
) - Merge branch ‘status’ (
b8def77
) - Make sure that
*foo*
prefixes don't end up matching any directory. (482d6f3
) - Merge branch ‘dirwalk’ (
face359
) - Implementation of the Git-style directory walk. (
3252cfd
) - Merge branch ‘gix-status’ (
c3983c6
) - Initial version of the
gix-dir
crate (22acf0d
)