github Byron/gitoxide git-index-v0.12.3
git-index v0.12.3

19 months ago

Documentation

  • fix typos

New Features

  • read shared indices by dissolving them into the current one.
    This allows the 'link' extension to be processed correctly, even though it
    won't be maintained. When written back, the 'link' extension will be removed
    automatically.

Refactor

  • inline bounds checks
    With FnMut one can pass any data to mutable state available via references
    and thus bypass limitations due to the closure's return type.

    The git-bitmap crate was kept simple to encourage using it this way.

Commit Statistics

  • 10 commits contributed to the release over the course of 28 calendar days.
  • 30 days passed between releases.
  • 3 commits were understood as conventional.
  • 1 unique issue was worked on: #691

Commit Details

view details
  • #691
    • set rust-version to 1.64 (55066ce)
  • Uncategorized
    • prepare changelogs prior to release (7c846d2)
    • Merge branch 'Lioness100/main' (1e544e8)
    • fix typos (39ed9ed)
    • make fmt (e22080e)
    • Break cyclical dev dependencies (1fea18f)
    • make error handling of split index to seemingly be en-par with 'git' (cec2547)
    • read shared indices by dissolving them into the current one. (5dc408f)
    • inline bounds checks (dc3fd48)
    • remove VerifiedBitmaps structure… (49cf105)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.