···21212222 * Drop support for older libcURL and Perl.
23232424+ * End-user experience of "git mergetool" when the command errors out
2525+ has been improved.
2626+24272528Performance, Internal Implementation, Development Support etc.
2629--------------------------------------------------------------
···107110 * Built-in Git subcommands are supplied the repository object to work
108111 with; they learned to do the same when they invoke sub-subcommands.
109112113113+ * Drop support for ancient environments in various CI jobs.
114114+115115+ * Isolates the reftable subsystem from the rest of Git's codebase by
116116+ using fewer pieces of Git's infrastructure.
117117+118118+ * Optimize reading random references out of the reftable backend by
119119+ allowing reuse of iterator objects.
120120+110121111122Fixes since v2.47
112123-----------------
···203214 (merge b6318cf23a sj/refs-symref-referent-fix later to maint).
204215205216 * The sequencer failed to honor core.commentString in some places.
217217+218218+ * Describe a case where an option value needs to be spelled as a
219219+ separate argument, i.e. "--opt val", not "--opt=val".
220220+ (merge 1bc1e94091 jc/doc-opt-tilde-expand later to maint).
221221+222222+ * Loosen overly strict ownership check introduced in the recent past,
223223+ to keep the promise "cloning a suspicious repository is a safe
224224+ first step to inspect it".
225225+ (merge 0ffb5a6bf1 bc/allow-upload-pack-from-other-people later to maint).
206226207227 * Other code cleanup, docfix, build fix, etc.
208228 (merge 77af53f56f aa/t7300-modernize later to maint).