github Byron/gitoxide gix-filter-v0.6.0
gix-filter v0.6.0

11 months ago

Bug Fixes

  • hanging Read implementation of pipeline::convert::ToGitOutcome.
    This codepath was never tested and its function more subtle than one could have known.
    Also fix incorrect configuration handling which could lead to binary files with text=auto
    to be identified as text, which would then require conversion.

Bug Fixes (BREAKING)

  • don't provide path to object-retrieval callback of Pipeline::convert::to_git::IndexObjectFn().
    It implies that one has to be ready to fetch any kind of path from the index, even though it's always the path to
    the file that is currently converted.

    Also fix a bug that could cause it to return input as unchanged even though it was read into a buffer already.

Commit Statistics

  • 6 commits contributed to the release over the course of 8 calendar days.
  • 17 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Thanks Clippy

Clippy helped 1 time to make code idiomatic.

Commit Details

view details
  • Uncategorized
    • Prepare changelogs prior to release (1347a54)
    • Fix docs (995bc84)
    • Thanks clippy (345712d)
    • Merge branch 'reset' (b842691)
    • Hanging Read implementation of pipeline::convert::ToGitOutcome. (b5b50f8)
    • Don't provide path to object-retrieval callback of Pipeline::convert::to_git::IndexObjectFn(). (260c781)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.