Skip to content

Commit 866e6a3

Browse files
committed
The sixteenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 80b8016 commit 866e6a3

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Documentation/RelNotes/2.51.0.adoc

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ UI, Workflows & Features
5353
* Clean up the way how signature on commit objects are exported to
5454
and imported from fast-import stream.
5555

56+
* Remove unsupported, unused, and unsupportable old option from "git
57+
log".
58+
59+
* Document recently added "git imap-send --list" with an example.
60+
61+
* "git pull" learned to pay attention to pull.autostash configuration
62+
variable, which overrides rebase/merge.autostash.
63+
5664

5765
Performance, Internal Implementation, Development Support etc.
5866
--------------------------------------------------------------
@@ -107,6 +115,16 @@ Performance, Internal Implementation, Development Support etc.
107115
worst case performance characteristics, which has been optimized by
108116
using prio-queue data structure.
109117
118+
* Move structure definition from unrelated header file to where it
119+
belongs.
120+
121+
* To help our developers, document what C99 language features are
122+
being considered for adoption, in addition to what past experiments
123+
have already decided.
124+
125+
* The reftable unit tests are now ported to the "clar" unit testing
126+
framework.
127+
110128
111129
Fixes since v2.50
112130
-----------------
@@ -260,3 +278,7 @@ including security updates, are included in this release.
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).
281+
(merge f31abb421d jc/do-not-scan-argv-without-parsing later to maint).
282+
(merge 26552cb62a jk/unleak-reflog-expire-entry later to maint).
283+
(merge 339d95fda9 jc/ci-print-test-failures-fix later to maint).
284+
(merge 8c3add51a8 cb/meson-avoid-broken-macos-pcre2 later to maint).

0 commit comments

Comments
 (0)