Skip to content

v0.26.0

Compare
Choose a tag to compare
@Byron Byron released this 07 Jun 06:03
· 1515 commits to main since this release
6c4e470

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 validate to validate attributes and ignore against git as baseline.
    Use this command to test the entire index for ignored paths and their attributes and use
    git check-attr and git check-ignore to validate that git agrees. Collect all
    mismatches and print them.
  • --statistics for gix excludes query
    With it one gets some insights into the work done to fulfil the query.
  • gix attribute query as something similar to git check-attrs.
  • no-repo index from-list to create an index with empty files from the given list.
    The list could be created with find . -type f for example.
  • add pro-forma library to allow feature documentation of gitoxide on 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 validate to validate attributes and ignore against git as baseline. (e1fcc7f)
    • Merge branch 'gix-attribute-query' (1d70213)
    • --statistics for gix excludes query (450b232)
    • gix attribute query as something similar to git check-attrs. (bfdcb14)
    • no-repo index from-list to 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 gitoxide on docs.rs (13a0f1e)
    • Use unlimited parallelism for jwalk to have a better comparison. (d67551d)