The second batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
May 12, 2026 at 11:04 UTC
29bd7ed5127255713c1ac2f43b7c6f257d7b4594
1 file changed
+21
Documentation/RelNotes/2.55.0.adoc
+21
@@ -10,6 +10,10 @@ UI, Workflows & Features
10
* The userdiff driver for the Scheme language has been extended to
11
cover other Lisp dialects.
12
13
+ * Terminal control sequences coming over the sideband while talking
14
+ to a remote repository are mostly disabled by default, except for
15
+ ANSI color escape sequences.
16
+
17
18
Performance, Internal Implementation, Development Support etc.
19
--------------------------------------------------------------
@@ -38,6 +42,23 @@ Fixes since v2.54
42
detect misspelled test commands.
43
(merge ffe8005b9d ps/test-set-e-clean later to maint).
44
45
+ * Revert a recent change that introduced a regression to help mksh users.
46
+ (merge 8b44deebaf jk/revert-aa-reap-transport-child-processes later to maint).
47
+
48
* Other code cleanup, docfix, build fix, etc.
49
(merge 80f4b802e9 ja/doc-difftool-synopsis-style later to maint).
50
(merge b96490241e jc/doc-timestamps-in-stat later to maint).
51
+
52
+ * Update various GitHub Actions versions.
53
+ (merge 4a6ed9d09f js/ci-github-actions-update later to maint).
54
+
55
+ * Avoid hitting the pathname limit for socks proxy socket during the
56
+ test..
57
+ (merge b33bea27a2 js/t5564-socks-use-short-path later to maint).
58
+
59
+ * Test fix.
60
+ (merge 66ae1a48ec jc/t5551-fix-expensive later to maint).
61
+
62
+ * To help Windows 10 installations, avoid removing files whose
63
+ contents are still mmap()'ed.
64
+ (merge 4bb086cfa2 js/maintenance-fix-deadlock-on-win10 later to maint).