v0.26.0
The main attraction of this release is support for multi-round negotiations thanks to support for the standard negotiations algorithms.
Further, gix index entries now lists attributes as well, and there is the new gix attribute query sub-command in the vain of git check-attrs.
New Features
gix attributes validateto validate attributes and ignore againstgitas baseline.
Use this command to test the entire index for ignored paths and their attributes and use
git check-attrandgit check-ignoreto validate thatgitagrees. Collect all
mismatches and print them.--statisticsforgix excludes query
With it one gets some insights into the work done to fulfil the query.gix attribute queryas something similar togit check-attrs.no-repo index from-listto create an index with empty files from the given list.
The list could be created withfind . -type ffor example.- add pro-forma library to allow feature documentation of
gitoxideon docs.rs
Commit Statistics
- 17 commits contributed to the release over the course of 34 calendar days.
- 40 days passed between releases.
- 5 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
just fmt(ffc1276)- Merge branch 'integrate-gix-negotiate' (ae845de)
- Adapt to changes in
gix(7983f6f) - Keep track of core.alternateRefsCommand (d925896)
- Merge branch 'auto-clippy' (dbf8aa1)
- Include custom clippy settings (b057500)
- Merge branch 'consecutive-negotiation' (4507f94)
- Support reading the fetch algorithm from configuration (33b7770)
- Merge branch 'gix-attributes-validate' (a849da8)
gix attributes validateto validate attributes and ignore againstgitas baseline. (e1fcc7f)- Merge branch 'gix-attribute-query' (1d70213)
--statisticsforgix excludes query(450b232)gix attribute queryas something similar togit check-attrs. (bfdcb14)no-repo index from-listto create an index with empty files from the given list. (b8db207)- Merge branch 'fix-841' (edeb4de)
- Add pro-forma libaray to allow feature documentation of
gitoxideon docs.rs (13a0f1e) - Use unlimited parallelism for
jwalkto have a better comparison. (d67551d)