github Byron/gitoxide gix-index-v0.28.2
gix-index v0.28.2

8 months ago

New Features

  • Add directory lookup, as well as ignore-case capabilities.
    This is needed to be able to refer from an entry on disk to the index,
    and figure out if the index already has such entry.

    New methods are:

    • File::entry_by_path_icase
  • File::prefixed_entry_range_icase
  • File::entry_by_path_and_stage_icase
  • File::directory_kind_by_path_icase

Commit Statistics

  • 11 commits contributed to the release over the course of 16 calendar days.
  • 16 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Prepare changelogs prior to gix-index release (17d1aac)
    • Merge branch 'fix-stat-with-negative-times' (08e6ca8)
    • Assure negative nanoseconds on MacOS are handled (bf49cd4)
    • Fix stat on files with timestamps before the epoch (f4a29dc)
    • Add test for file metadata handling with extreme values (5c57c6b)
    • Merge pull request #1249 from joshtriplett/simplify-cfg-within-function (dfb7b0f)
    • Merge pull request #1248 from joshtriplett/tyop (39f35da)
    • Avoid using #[cfg] on multiple individual function arguments (6fc27ee)
    • Typo fixes (3ef3bc2)
    • Merge branch 'gix-status' (c3983c6)
    • Add directory lookup, as well as ignore-case capabilities. (7c2eeb0)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.