Skip to content

Commit 67006b9

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

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Documentation/RelNotes/2.54.0.adoc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,19 @@ UI, Workflows & Features
6868
in the configuration files, and run multiple of them for the same
6969
hook event.
7070

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+
7184

7285
Performance, Internal Implementation, Development Support etc.
7386
--------------------------------------------------------------
@@ -160,6 +173,13 @@ Performance, Internal Implementation, Development Support etc.
160173
duplicated long options.
161174
(merge 237e520d81 rs/parse-options-duplicated-long-options later to maint).
162175
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+
163183
164184
Fixes since v2.53
165185
-----------------
@@ -304,3 +324,7 @@ Fixes since v2.53
304324
(merge a66c8c7f91 jk/repo-structure-cleanup later to maint).
305325
(merge 5ee8782f87 ss/test-that-that-typofix later to maint).
306326
(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).

0 commit comments

Comments
 (0)