aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2026-01-06 14:36:52 +0900
committerJunio C Hamano <gitster@pobox.com>2026-01-06 16:33:53 +0900
commite0bfec3dfc356f7d808eb5ee546a54116b794397 (patch)
tree360a5356c0b07247079589d33ea91543df4bd537 /Documentation/RelNotes
parentd39e3ed716070406c3e4a6eaa80a1282f659f3db (diff)
downloadgit-e0bfec3dfc356f7d808eb5ee546a54116b794397.tar.xz
The 15th batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.53.0.adoc10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.53.0.adoc b/Documentation/RelNotes/2.53.0.adoc
index 91cfb7adfa..9e8384a4c1 100644
--- a/Documentation/RelNotes/2.53.0.adoc
+++ b/Documentation/RelNotes/2.53.0.adoc
@@ -89,6 +89,9 @@ Performance, Internal Implementation, Development Support etc.
* Prepare test suite for Git for Windows that supports symbolic
links.
+ * Use hook API to replace ad-hoc invocation of hook scripts with the
+ run_command() API.
+
Fixes since v2.52
-----------------
@@ -221,6 +224,10 @@ Fixes since v2.52
* Update HTTP tests to adjust for changes in curl 8.18.0
(merge 17f4b01da7 jk/test-curl-updates later to maint).
+ * Workaround the "iconv" shipped as part of macOS, which is broken
+ handling stateful ISO/IEC 2022 encoded strings.
+ (merge cee341e9dd rs/macos-iconv-workaround later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 46207a54cc qj/doc-http-bad-want-response later to maint).
(merge df90eccd93 kh/doc-commit-extra-references later to maint).
@@ -242,3 +249,6 @@ Fixes since v2.52
(merge c469ca26c5 dk/ci-rust-fix later to maint).
(merge 12f0be0857 gf/clear-path-cache-cleanup later to maint).
(merge 949df6ed6b js/test-func-comment-fix later to maint).
+ (merge 93f894c001 bc/checkout-error-message-fix later to maint).
+ (merge abf05d856f rs/show-branch-prio-queue later to maint).
+ (merge 06188ea5f3 rs/parse-config-expiry-simplify later to maint).