Bug Fixes
Repository::object_cache_size()
now unsets the cache ifSome(0)
is passed.
Previously it would fail.
New Features (BREAKING)
-
object::tree::diff::Platform::track_rewrites(...)
The invocation ofobject::tree::diff::Platform::track_rewrites(Rewrites { percentage: None, ..Default::default() })
is now able to explicitly configure perfect rename tracking without percentage of equivalence.By setting
percentage = Some(<fraction>)
one can set how similar both files should be to be considered related.The same can be configured for copy-tracking, which also includes something like
--find-copies-harder
.Note that by default, renames are considered if a file looks 50% similar, and copies tracking is
using the same convention.
Commit Statistics
- 3 commits contributed to the release.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages