Skip to content

gix-index v0.27.0

Compare
Choose a tag to compare
@Byron Byron released this 06 Dec 15:20
· 2001 commits to main since this release
55d386a

New Features

  • impl From<entry::Mode> for gix_object::tree::EntryMode.

Changed (BREAKING)

  • Use new gix-object::Find trait
  • use gix-object::Find trait

New Features (BREAKING)

  • Add git-style metadata support.
    As opposed to the Rust standard library, this one will get the
    ctime from the file itself, instead of from the inode.

    That way, the index file written by gix will not continuously
    be expensively rewritten by git, and vice versa.

Commit Statistics

  • 22 commits contributed to the release over the course of 46 calendar days.
  • 54 days passed between releases.
  • 4 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' (5fdc9df)
    • Impl From<entry::Mode> for gix_object::tree::EntryMode. (21bea0f)
    • J fmt (51c7abc)
    • Merge branch 'gix-status' (dfb3f18)
    • Adapt to changes in gix-diff (1706e23)
    • 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 'sh-on-windows' (2b80d84)
    • Remove special handling in favor of allowing shell-avoidance. (a0cc80d)
    • Merge branch 'gix-status' (c87f2cc)
    • Add git-style metadata support. (3c8421f)
    • Merge branch 'fix-1096' (ff99a18)
    • Adapt to changes in gix-object (203d69c)
    • Merge branch 'gix-object-find' (c8bd660)
    • Adapt to changes related to usage of gix-object::Find trait where necessary (5761a4d)
    • Use new gix-object::Find trait (1165de0)
    • Use gix-object::Find trait (806ea47)
    • Merge branch 'size-optimization' (c0e72fb)
    • Remove CHANGELOG.md from all packages (b65a80b)