Bug Fixes
- hanging
Read
implementation ofpipeline::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 withtext=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