Skip to content

Commit 97e14d9

Browse files
committed
The thirteenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5216bcb commit 97e14d9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Documentation/RelNotes/2.51.0.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ UI, Workflows & Features
4747
service names (like smtp) in addition to the numeric port numbers
4848
(like 25).
4949

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+
5056

5157
Performance, Internal Implementation, Development Support etc.
5258
--------------------------------------------------------------
@@ -195,6 +201,13 @@ including security updates, are included in this release.
195201
expansion.
196202
(merge 7d275cd5c0 jb/gpg-program-variable-is-a-pathname later to maint).
197203

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+
198211
* Other code cleanup, docfix, build fix, etc.
199212
(merge b257adb571 lo/my-first-ow-doc-update later to maint).
200213
(merge 8b34b6a220 ly/sequencer-update-squash-is-fixup-only later to maint).

0 commit comments

Comments
 (0)