]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The nineteenth batch
authorJunio C Hamano <gitster@pobox.com>
Tue, 14 Oct 2025 19:49:28 +0000 (12:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Oct 2025 19:56:09 +0000 (12:56 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.52.0.adoc

index 1c5d59b34f531ff70ec3c9fb5b6a6e3e2ff6a3ae..67b0ac7c45958f2d42d7718ad00d8cd3b52645b3 100644 (file)
@@ -47,6 +47,14 @@ UI, Workflows & Features
  * "git fast-import" learned that "--signed-commits=<how>" option that
    corresponds to that of "git fast-export".
 
+ * Marking a hunk 'selected' in "git add -p" and then splitting made
+   all the split pieces 'selected'; this has been changed to make them
+   all 'undecided', which gives better end-user experience.
+
+ * Configuration variables that take a pathname as a value
+   (e.g. blame.ignorerevsfile) can be marked as optional by prefixing
+   ":(optoinal)" before its value.
+
 
 Performance, Internal Implementation, Development Support etc.
 --------------------------------------------------------------
@@ -116,6 +124,9 @@ Performance, Internal Implementation, Development Support etc.
  * Dip our toes a bit to (optionally) use Rust implemented helper
    called from our C code.
 
+ * Documentation for "git log --pretty" options has been updated
+   to make it easier to translate.
+
 
 Fixes since v2.51
 -----------------
@@ -308,6 +319,16 @@ including security updates, are included in this release.
    carefully.
    (merge 466a3a1afd kn/reftable-consistency-checks later to maint).
 
+ * A lot of code clean-up of xdiff.
+   Split out of a larger topic.
+   (merge 8b9c5d2e3a en/xdiff-cleanup later to maint).
+
+ * "git format-patch --range-diff=... --notes=..." did not drive the
+   underlying range-diff with correct --notes parameter, ending up
+   comparing with different set of notes from its main patch output
+   you would get from "git format-patch --notes=..." for a singleton
+   patch.
+
  * Other code cleanup, docfix, build fix, etc.
    (merge 823d537fa7 kh/doc-git-log-markup-fix later to maint).
    (merge cf7efa4f33 rj/t6137-cygwin-fix later to maint).
@@ -337,3 +358,4 @@ including security updates, are included in this release.
    (merge fdd21ba116 mh/doc-credential-url-prefix later to maint).
    (merge 1c573a3451 en/doc-merge-tree-describe-merge-base later to maint).
    (merge 84a6bf7965 ja/doc-markup-attached-paragraph-fix later to maint).
+   (merge 399694384b kh/doc-patch-id-markup-fix later to maint).