···11+Git v2.52 Release Notes
22+=======================
33+44+UI, Workflows & Features
55+------------------------
66+77+88+Performance, Internal Implementation, Development Support etc.
99+--------------------------------------------------------------
1010+1111+ * string_list_split*() family of functions have been extended to
1212+ simplify common use cases.
1313+1414+ * Arrays of strbuf is often a wrong data structure to use, and
1515+ strbuf_split*() family of functions that create them often have
1616+ better alternatives. Update several code paths and replace
1717+ strbuf_split*().
1818+1919+ * Revision traversal limited with pathspec, like "git log dir/*",
2020+ used to ignore changed-paths Bloom filter when the pathspec
2121+ contained wildcards; now they take advantage of the filter when
2222+ they can.
2323+2424+Fixes since v2.51
2525+-----------------
2626+2727+Unless otherwise noted, all the changes in 2.51.X maintenance track,
2828+including security updates, are included in this release.
2929+3030+ * During interactive rebase, using 'drop' on a merge commit lead to
3131+ an error, which was incorrect.
3232+ (merge 4d491ade8f js/rebase-i-allow-drop-on-a-merge later to maint).
3333+3434+ * "git refs migrate" to migrate the reflog entries from a refs
3535+ backend to another had a handful of bugs squashed.
3636+ (merge 465eff81de ps/reflog-migrate-fixes later to maint).
3737+3838+ * "git remote rename origin upstream" failed to move origin/HEAD to
3939+ upstream/HEAD when origin/HEAD is unborn and performed other
4040+ renames extremely inefficiently, which has been corrected.
4141+ (merge 16c4fa26b9 ps/remote-rename-fix later to maint).
4242+4343+ * "git describe" has been optimized by using better data structure.
4444+ (merge 08bb69d70f rs/describe-with-prio-queue later to maint).
4545+4646+ * "git push" had a code path that led to BUG() but it should have
4747+ been a die(), as it is a response to a usual but invalid end-user
4848+ action to attempt pushing an object that does not exist.
4949+ (merge dfbfc2221b dl/push-missing-object-error later to maint).
5050+5151+ * Various bugs about rename handling in "ort" merge strategy have
5252+ been fixed.
5353+ (merge f6ecb603ff en/ort-rename-fixes later to maint).
5454+5555+ * Other code cleanup, docfix, build fix, etc.
5656+ (merge 823d537fa7 kh/doc-git-log-markup-fix later to maint).
5757+ (merge cf7efa4f33 rj/t6137-cygwin-fix later to maint).
5858+ (merge 529a60a885 ua/t1517-short-help-tests later to maint).