Skip to content

Commit e0bfec3

Browse files
committed
The 15th batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent d39e3ed commit e0bfec3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/RelNotes/2.53.0.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ Performance, Internal Implementation, Development Support etc.
8989
* Prepare test suite for Git for Windows that supports symbolic
9090
links.
9191
92+
* Use hook API to replace ad-hoc invocation of hook scripts with the
93+
run_command() API.
94+
9295
9396
Fixes since v2.52
9497
-----------------
@@ -221,6 +224,10 @@ Fixes since v2.52
221224
* Update HTTP tests to adjust for changes in curl 8.18.0
222225
(merge 17f4b01da7 jk/test-curl-updates later to maint).
223226

227+
* Workaround the "iconv" shipped as part of macOS, which is broken
228+
handling stateful ISO/IEC 2022 encoded strings.
229+
(merge cee341e9dd rs/macos-iconv-workaround later to maint).
230+
224231
* Other code cleanup, docfix, build fix, etc.
225232
(merge 46207a54cc qj/doc-http-bad-want-response later to maint).
226233
(merge df90eccd93 kh/doc-commit-extra-references later to maint).
@@ -242,3 +249,6 @@ Fixes since v2.52
242249
(merge c469ca26c5 dk/ci-rust-fix later to maint).
243250
(merge 12f0be0857 gf/clear-path-cache-cleanup later to maint).
244251
(merge 949df6ed6b js/test-func-comment-fix later to maint).
252+
(merge 93f894c001 bc/checkout-error-message-fix later to maint).
253+
(merge abf05d856f rs/show-branch-prio-queue later to maint).
254+
(merge 06188ea5f3 rs/parse-config-expiry-simplify later to maint).

0 commit comments

Comments
 (0)