]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The fifth batch main master
authorJunio C Hamano <gitster@pobox.com>
Mon, 30 Jun 2025 21:30:15 +0000 (14:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Jun 2025 21:30:31 +0000 (14:30 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.51.0.adoc

index fa6b9e22b8c2282c2f7c25979b3dad1c09a3dd78..199cc01621bd48c53081f154da062cee2054f17b 100644 (file)
@@ -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).