]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The thirteenth batch
authorJunio C Hamano <gitster@pobox.com>
Wed, 23 Jul 2025 22:45:01 +0000 (15:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Jul 2025 22:45:16 +0000 (15:45 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.51.0.adoc

index 33ae8f9b88cb53230310b47ba02ed5e2a6cd67d1..ed968c5342db2ce86e7853d515cbfd36bc0ca1c0 100644 (file)
@@ -47,6 +47,12 @@ UI, Workflows & Features
    service names (like smtp) in addition to the numeric port numbers
    (like 25).
 
+ * Lift the limitation to use changed-path filter in "git log" so that
+   it can be used for a pathspec with multiple literal paths.
+
+ * Clean up the way how signature on commit objects are exported to
+   and imported from fast-import stream.
+
 
 Performance, Internal Implementation, Development Support etc.
 --------------------------------------------------------------
@@ -195,6 +201,13 @@ including security updates, are included in this release.
    expansion.
    (merge 7d275cd5c0 jb/gpg-program-variable-is-a-pathname later to maint).
 
+ * Our <sane-ctype.h> header file relied on that the system-supplied
+   <ctype.h> header is not later included, which would override our
+   macro definitions, but "amazon linux" broke this assumption.  Fix
+   this by preemptively including <ctype.h> near the beginning of
+   <sane-ctype.h> ourselves.
+   (merge 9d3b33125f ps/sane-ctype-workaround 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).