···110110 * Remove remnants of the recursive merge strategy backend, which was
111111 superseded by the ort merge strategy.
112112113113+ * Optimize the code to dedup references recorded in a bundle file.
114114+113115114116Fixes since v2.49
115117-----------------
···194196195197 * Incorrect sorting of refs with bytes with high-bit set on platforms
196198 with signed char led to a BUG, which has been corrected.
199199+200200+ * "make perf" fixes.
201201+ (merge 1665f12fa0 pb/perf-test-fixes later to maint).
202202+203203+ * Doc mark-up updates.
204204+ (merge 5a5565ec44 ja/doc-reset-mv-rm-markup-updates later to maint).
205205+206206+ * Work around false positive from CodeQL checker.
207207+ (merge 0f558141ed js/range-check-codeql-workaround later to maint).
208208+209209+ * "git log --{left,right}-only A...B", when A and B does not share
210210+ any common ancestor, now behaves as expected.
211211+ (merge e7ef4be7c2 mh/left-right-limited later to maint).
197212198213 * Other code cleanup, docfix, build fix, etc.
199214 (merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).