···2122 * Drop support for older libcURL and Perl.
230002425Performance, Internal Implementation, Development Support etc.
26--------------------------------------------------------------
···107 * Built-in Git subcommands are supplied the repository object to work
108 with; they learned to do the same when they invoke sub-subcommands.
10900000000110111Fixes since v2.47
112-----------------
···203 (merge b6318cf23a sj/refs-symref-referent-fix later to maint).
204205 * The sequencer failed to honor core.commentString in some places.
000000000206207 * Other code cleanup, docfix, build fix, etc.
208 (merge 77af53f56f aa/t7300-modernize later to maint).
···2122 * Drop support for older libcURL and Perl.
2324+ * End-user experience of "git mergetool" when the command errors out
25+ has been improved.
26+2728Performance, Internal Implementation, Development Support etc.
29--------------------------------------------------------------
···110 * Built-in Git subcommands are supplied the repository object to work
111 with; they learned to do the same when they invoke sub-subcommands.
112113+ * Drop support for ancient environments in various CI jobs.
114+115+ * Isolates the reftable subsystem from the rest of Git's codebase by
116+ using fewer pieces of Git's infrastructure.
117+118+ * Optimize reading random references out of the reftable backend by
119+ allowing reuse of iterator objects.
120+121122Fixes since v2.47
123-----------------
···214 (merge b6318cf23a sj/refs-symref-referent-fix later to maint).
215216 * The sequencer failed to honor core.commentString in some places.
217+218+ * Describe a case where an option value needs to be spelled as a
219+ separate argument, i.e. "--opt val", not "--opt=val".
220+ (merge 1bc1e94091 jc/doc-opt-tilde-expand later to maint).
221+222+ * Loosen overly strict ownership check introduced in the recent past,
223+ to keep the promise "cloning a suspicious repository is a safe
224+ first step to inspect it".
225+ (merge 0ffb5a6bf1 bc/allow-upload-pack-from-other-people later to maint).
226227 * Other code cleanup, docfix, build fix, etc.
228 (merge 77af53f56f aa/t7300-modernize later to maint).