The thirteenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Jul 23, 2025 at 15:45 UTC
97e14d99f6def189b0f786ac6207b792ca3197b1
1 file changed
+13
Documentation/RelNotes/2.51.0.adoc
+13
@@ -47,6 +47,12 @@ UI, Workflows & Features
47
service names (like smtp) in addition to the numeric port numbers
48
(like 25).
49
50
+ * Lift the limitation to use changed-path filter in "git log" so that
51
+ it can be used for a pathspec with multiple literal paths.
52
+
53
+ * Clean up the way how signature on commit objects are exported to
54
+ and imported from fast-import stream.
55
+
56
57
Performance, Internal Implementation, Development Support etc.
58
--------------------------------------------------------------
@@ -195,6 +201,13 @@ including security updates, are included in this release.
201
expansion.
202
(merge 7d275cd5c0 jb/gpg-program-variable-is-a-pathname later to maint).
203
204
+ * Our <sane-ctype.h> header file relied on that the system-supplied
205
+ <ctype.h> header is not later included, which would override our
206
+ macro definitions, but "amazon linux" broke this assumption. Fix
207
+ this by preemptively including <ctype.h> near the beginning of
208
+ <sane-ctype.h> ourselves.
209
+ (merge 9d3b33125f ps/sane-ctype-workaround later to maint).
210
+
211
* Other code cleanup, docfix, build fix, etc.
212
(merge b257adb571 lo/my-first-ow-doc-update later to maint).
213
(merge 8b34b6a220 ly/sequencer-update-squash-is-fixup-only later to maint).