summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-06-30 14:30:15 -0700
committerJunio C Hamano <gitster@pobox.com>2025-06-30 14:30:31 -0700
commit83014dc05f6fc9275c0a02886cb428805abaf9e5 (patch)
treec37622275f731fd1e76a9c943b200406f45d0496 /Documentation/RelNotes
parente3aa0eafbdaace1f75e70dd573cfae45c1aa752f (diff)
The fifth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.51.0.adoc15
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.51.0.adoc b/Documentation/RelNotes/2.51.0.adoc
index fa6b9e22b8..199cc01621 100644
--- a/Documentation/RelNotes/2.51.0.adoc
+++ b/Documentation/RelNotes/2.51.0.adoc
@@ -24,6 +24,13 @@ UI, Workflows & Features
which is its modern rough equivalent has outlived its usefulness
more than 10 years ago. Plan to deprecate and remove it.
+ * An interchange format for stash entries is defined, and subcommand
+ of "git stash" to import/export has been added.
+
+ * "git merge/pull" has been taught the "--compact-summary" option to
+ use the compact-summary format, intead of diffstat, when showing
+ the summary of the incoming changes.
+
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
@@ -41,6 +48,9 @@ Performance, Internal Implementation, Development Support etc.
* "Do not explicitly initialize to zero" rule has been clarified in
the CodingGuidelines document.
+ * A test helper "test_seq" function learned the "-f <fmt>" option,
+ which allowed us to simplify a lot of test scripts.
+
Fixes since v2.50
-----------------
@@ -78,6 +88,11 @@ Fixes since v2.50
has been remedied.
(merge 1b5074e614 ps/maintenance-ref-lock later to maint).
+ * Avoid regexp_constraint and instead use comparison_constraint when
+ listing functions to exclude from application of coccinelle rules,
+ as spatch can be built with different regexp engine X-<.
+ (merge f2ad545813 jc/cocci-avoid-regexp-constraint later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge b257adb571 lo/my-first-ow-doc-update later to maint).
(merge 8b34b6a220 ly/sequencer-update-squash-is-fixup-only later to maint).