@@ -254,6 +254,20 @@ Fixes since v2.23
254254 directory has been fixed.
255255 (merge 83e3ad3b12 jt/merge-recursive-symlink-is-not-a-dir-in-way later to maint).
256256
257+ * The rename detection logic sorts a list of rename source candidates
258+ by similarity to pick the best candidate, which means that a tie
259+ between sources with the same similarity is broken by the original
260+ location in the original candidate list (which is sorted by path).
261+ Force the sorting by similarity done with a stable sort, which is
262+ not promised by system supplied qsort(3), to ensure consistent
263+ results across platforms.
264+ (merge 2049b8dc65 js/diff-rename-force-stable-sort later to maint).
265+
266+ * The code to skip "UTF" and "UTF-" prefix, when computing an advice
267+ message, did not work correctly when the prefix was "UTF", which
268+ has been fixed.
269+ (merge b181676ce9 rs/convert-fix-utf-without-dash later to maint).
270+
257271 * Other code cleanup, docfix, build fix, etc.
258272 (merge d1387d3895 en/fast-import-merge-doc later to maint).
259273 (merge 1c24a54ea4 bm/repository-layout-typofix later to maint).
@@ -285,3 +299,9 @@ Fixes since v2.23
285299 (merge 24c681794f ps/my-first-contribution-alphasort later to maint).
286300 (merge 75b2c15435 cb/do-not-use-test-cmp-with-a later to maint).
287301 (merge cda0d497e3 bw/submodule-helper-usage-fix later to maint).
302+ (merge fe0ed5d5e9 am/visual-studio-config-fix later to maint).
303+ (merge 2e09c01232 sg/name-rev-cutoff-underflow-fix later to maint).
304+ (merge ddb3c856f3 as/shallow-slab-use-fix later to maint).
305+ (merge 71f4960b91 js/mingw-spawn-with-spaces-in-path later to maint).
306+ (merge 53d687bf5f ah/cleanups later to maint).
307+ (merge f537485fa5 rs/test-remove-useless-debugging-cat later to maint).
0 commit comments