···5353 * Clean up the way how signature on commit objects are exported to
5454 and imported from fast-import stream.
55555656+ * Remove unsupported, unused, and unsupportable old option from "git
5757+ log".
5858+5959+ * Document recently added "git imap-send --list" with an example.
6060+6161+ * "git pull" learned to pay attention to pull.autostash configuration
6262+ variable, which overrides rebase/merge.autostash.
6363+56645765Performance, Internal Implementation, Development Support etc.
5866--------------------------------------------------------------
···106114 * The pop_most_recent_commit() function can have quite expensive
107115 worst case performance characteristics, which has been optimized by
108116 using prio-queue data structure.
117117+118118+ * Move structure definition from unrelated header file to where it
119119+ belongs.
120120+121121+ * To help our developers, document what C99 language features are
122122+ being considered for adoption, in addition to what past experiments
123123+ have already decided.
124124+125125+ * The reftable unit tests are now ported to the "clar" unit testing
126126+ framework.
109127110128111129Fixes since v2.50
···260278 (merge f4fa8a3687 rh/doc-glob-pathspec-fix later to maint).
261279 (merge b27be108c8 ja/doc-git-log-markup later to maint).
262280 (merge 14d7583beb pw/config-kvi-remove-path later to maint).
281281+ (merge f31abb421d jc/do-not-scan-argv-without-parsing later to maint).
282282+ (merge 26552cb62a jk/unleak-reflog-expire-entry later to maint).
283283+ (merge 339d95fda9 jc/ci-print-test-failures-fix later to maint).
284284+ (merge 8c3add51a8 cb/meson-avoid-broken-macos-pcre2 later to maint).