Bug Fixes
-
make
fs::walkdir_sorted_new()
sort entries by paths literally
This follows up 7b1b5bf. Since packed-refs
appears to be sorted by full ref name, loose-refs should also be emitted in
that order.The comparison function is copied from gix::diff::object::tree::EntryRef.
Non-utf8 file names are simply mapped to "" on Windows. We could add some
fallback, but callers can't handle such file names anyway.
Commit Statistics
- 4 commits contributed to the release over the course of 2 calendar days.
- 2 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #1928