diff options
author | Junio C Hamano <gitster@pobox.com> | 2025-07-23 15:45:01 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-07-23 15:45:16 -0700 |
commit | 97e14d99f6def189b0f786ac6207b792ca3197b1 (patch) | |
tree | ee404333f6583407b558e544f1021de0125a86c1 | |
parent | 5216bcbc845023fdea43b6d56f3634c490096838 (diff) |
The thirteenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/RelNotes/2.51.0.adoc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.51.0.adoc b/Documentation/RelNotes/2.51.0.adoc index 33ae8f9b88..ed968c5342 100644 --- a/Documentation/RelNotes/2.51.0.adoc +++ b/Documentation/RelNotes/2.51.0.adoc @@ -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). |