Skip to content

Commit 83014dc

Browse files
committed
The fifth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent e3aa0ea commit 83014dc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Documentation/RelNotes/2.51.0.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ UI, Workflows & Features
2424
which is its modern rough equivalent has outlived its usefulness
2525
more than 10 years ago. Plan to deprecate and remove it.
2626

27+
* An interchange format for stash entries is defined, and subcommand
28+
of "git stash" to import/export has been added.
29+
30+
* "git merge/pull" has been taught the "--compact-summary" option to
31+
use the compact-summary format, intead of diffstat, when showing
32+
the summary of the incoming changes.
33+
2734

2835
Performance, Internal Implementation, Development Support etc.
2936
--------------------------------------------------------------
@@ -41,6 +48,9 @@ Performance, Internal Implementation, Development Support etc.
4148
* "Do not explicitly initialize to zero" rule has been clarified in
4249
the CodingGuidelines document.
4350
51+
* A test helper "test_seq" function learned the "-f <fmt>" option,
52+
which allowed us to simplify a lot of test scripts.
53+
4454
4555
Fixes since v2.50
4656
-----------------
@@ -78,6 +88,11 @@ Fixes since v2.50
7888
has been remedied.
7989
(merge 1b5074e614 ps/maintenance-ref-lock later to maint).
8090

91+
* Avoid regexp_constraint and instead use comparison_constraint when
92+
listing functions to exclude from application of coccinelle rules,
93+
as spatch can be built with different regexp engine X-<.
94+
(merge f2ad545813 jc/cocci-avoid-regexp-constraint later to maint).
95+
8196
* Other code cleanup, docfix, build fix, etc.
8297
(merge b257adb571 lo/my-first-ow-doc-update later to maint).
8398
(merge 8b34b6a220 ly/sequencer-update-squash-is-fixup-only later to maint).

0 commit comments

Comments
 (0)