The 15th batch

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Jan 6, 2026 at 14:36 UTC e0bfec3dfc356f7d808eb5ee546a54116b794397
1 file changed +10
Documentation/RelNotes/2.53.0.adoc
+10
@@ -89,6 +89,9 @@ Performance, Internal Implementation, Development Support etc.
89 * Prepare test suite for Git for Windows that supports symbolic
90 links.
91
92 + * Use hook API to replace ad-hoc invocation of hook scripts with the
93 + run_command() API.
94 +
95
96 Fixes since v2.52
97 -----------------
@@ -221,6 +224,10 @@ Fixes since v2.52
224 * Update HTTP tests to adjust for changes in curl 8.18.0
225 (merge 17f4b01da7 jk/test-curl-updates later to maint).
226
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 +
231 * Other code cleanup, docfix, build fix, etc.
232 (merge 46207a54cc qj/doc-http-bad-want-response later to maint).
233 (merge df90eccd93 kh/doc-commit-extra-references later to maint).
@@ -242,3 +249,6 @@ Fixes since v2.52
249 (merge c469ca26c5 dk/ci-rust-fix later to maint).
250 (merge 12f0be0857 gf/clear-path-cache-cleanup later to maint).
251 (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).