The 15th batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Mar 12, 2026 at 10:55 UTC
67006b9db8b772423ad0706029286096307d2567
1 file changed
+24
Documentation/RelNotes/2.54.0.adoc
+24
@@ -68,6 +68,19 @@ UI, Workflows & Features
68
in the configuration files, and run multiple of them for the same
69
hook event.
70
71
+ * The way end-users can add their own "git <cmd>" subcommand by
72
+ storing "git-<cmd>" in a directory on their $PATH has not been
73
+ documented clearly, which has been corrected.
74
+
75
+ * "git send-email" learns to pass hostname/port to Authen::SASL
76
+ module.
77
+
78
+ * "git send-email" learns to support use of client-side certificates.
79
+
80
+ * "git send-email" has learned to be a bit more careful when it
81
+ accepts charset to use from the end-user, to avoid 'y' (mistaken
82
+ 'yes' when expecting a charset like 'UTF-8') and other nonsense.
83
+
84
85
Performance, Internal Implementation, Development Support etc.
86
--------------------------------------------------------------
@@ -160,6 +173,13 @@ Performance, Internal Implementation, Development Support etc.
173
duplicated long options.
174
(merge 237e520d81 rs/parse-options-duplicated-long-options later to maint).
175
176
+ * The code to maintain mapping between object names in multiple hash
177
+ functions is being added, written in Rust.
178
+
179
+ * A bit of OIDmap API enhancement and cleanup.
180
+
181
+ * Move gitlab CI from macOS 14 images that are being deprecated.
182
+
183
184
Fixes since v2.53
185
-----------------
@@ -304,3 +324,7 @@ Fixes since v2.53
324
(merge a66c8c7f91 jk/repo-structure-cleanup later to maint).
325
(merge 5ee8782f87 ss/test-that-that-typofix later to maint).
326
(merge f31b322008 fp/t3310-test-path-is-helpers later to maint).
327
+ (merge b22ed4c4f9 kj/path-micro-code-cleanup later to maint).
328
+ (merge a56fa1ca05 lp/doc-gitprotocol-pack-fixes later to maint).
329
+ (merge 0d6bb8b541 ss/t3700-modernize later to maint).
330
+ (merge 63c00a677b ss/t9123-setup-inside-test-expect-success later to maint).