@@ -61,6 +61,10 @@ UI, Workflows & Features
61
61
* Clean-up of the code path that deals with merge strategy option
62
62
handling in "git rebase".
63
63
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
+
64
68
65
69
Performance, Internal Implementation, Development Support etc.
66
70
@@ -213,6 +217,18 @@ Fixes since v2.40
213
217
* Doc toolchain update to remove old workaround for AsciiDoc.
214
218
(merge 8806120de6 fc/remove-header-workarounds-for-asciidoc later to maint).
215
219
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
+
216
232
* Other code cleanup, docfix, build fix, etc.
217
233
(merge f7111175df as/doc-markup-fix later to maint).
218
234
(merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).
@@ -228,3 +244,4 @@ Fixes since v2.40
228
244
(merge cc48ddd937 jk/chainlint-fixes later to maint).
229
245
(merge 4833b08426 ow/ref-format-remove-unused-member later to maint).
230
246
(merge d0ea2ca1cf dw/doc-submittingpatches-grammofix later to maint).
247
+ (merge fd72637423 ar/t2024-checkout-output-fix later to maint).
0 commit comments