Skip to content

Commit 9c6990c

Browse files
committed
The eleventh batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent a4a4db8 commit 9c6990c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Documentation/RelNotes/2.41.0.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ UI, Workflows & Features
6161
* Clean-up of the code path that deals with merge strategy option
6262
handling in "git rebase".
6363

64+
* "git clone --local" stops copying from an original repository that
65+
has symbolic links inside its $GIT_DIR; an error message when that
66+
happens has been updated.
67+
6468

6569
Performance, Internal Implementation, Development Support etc.
6670

@@ -213,6 +217,18 @@ Fixes since v2.40
213217
* Doc toolchain update to remove old workaround for AsciiDoc.
214218
(merge 8806120de6 fc/remove-header-workarounds-for-asciidoc later to maint).
215219

220+
* The userdiff regexp patterns for various filetypes that are built
221+
into the system have been updated to avoid triggering regexp errors
222+
from UTF-8 aware regex engines.
223+
(merge be39144954 rs/userdiff-multibyte-regex later to maint).
224+
225+
* The approxidate() API has been simplified by losing an extra
226+
function that did the same thing as another one.
227+
(merge 8a7f0b666f rs/remove-approxidate-relative later to maint).
228+
229+
* Code clean-up to replace a hardcoded constant with a CPP macro.
230+
(merge c870de6502 rs/get-tar-commit-id-use-defined-const later to maint).
231+
216232
* Other code cleanup, docfix, build fix, etc.
217233
(merge f7111175df as/doc-markup-fix later to maint).
218234
(merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).
@@ -228,3 +244,4 @@ Fixes since v2.40
228244
(merge cc48ddd937 jk/chainlint-fixes later to maint).
229245
(merge 4833b08426 ow/ref-format-remove-unused-member later to maint).
230246
(merge d0ea2ca1cf dw/doc-submittingpatches-grammofix later to maint).
247+
(merge fd72637423 ar/t2024-checkout-output-fix later to maint).

0 commit comments

Comments
 (0)