You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix!: fs::walkdir_sorted_new now returns files first.
It's only used by `gix_ref` for reference traversal, which now needs this
to be sorted differently to work correctly.
As this isn't easily possible in the parallel walk implementation, it's hereby removed.
0 commit comments