Skip to content

Commit 6369acd

Browse files
committed
The fifth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent d35cd54 commit 6369acd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Documentation/RelNotes/2.41.0.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ Performance, Internal Implementation, Development Support etc.
5656
correctly with groff, which has not been necessary since docbook
5757
1.76 from 2010.
5858

59+
* Code clean-up to include and/or uninclude parse-options.h file as
60+
needed.
61+
5962

6063
Fixes since v2.40
6164
-----------------
@@ -123,6 +126,16 @@ Fixes since v2.40
123126
filesystem. Replace all calls to it with a git_time() wrapper and
124127
(merge 370ddcbc89 pe/time-use-gettimeofday later to maint).
125128

129+
* Code clean-up to use designated initializers in parse-options API.
130+
(merge 353e6d4554 sg/parse-options-h-initializers later to maint).
131+
132+
* A recent-ish change to allow unicode character classes to be used
133+
with "grep -P" triggered a JIT bug in older pcre2 libraries.
134+
The problematic change in Git built with these older libraries has
135+
been disabled to work around the bug.
136+
(merge 14b9a04479 mk/workaround-pcre-jit-ucp-bug later to maint).
137+
126138
* Other code cleanup, docfix, build fix, etc.
127139
(merge f7111175df as/doc-markup-fix later to maint).
128140
(merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).
141+
(merge 9b0c7f308a jc/am-doc-refer-to-format-patch later to maint).

0 commit comments

Comments
 (0)