Skip to content

Commit 9857273

Browse files
committed
The ninth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 063cd85 commit 9857273

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Documentation/RelNotes/2.41.0.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ UI, Workflows & Features
4646
outlived its usefulness long ago and is nominated for future
4747
removal. Now we escalate to give an error.
4848

49+
* "git clone" from an empty repository learned to propagate the
50+
choice of the hash algorithm from the source repository to the
51+
newly created repository.
52+
53+
4954
Performance, Internal Implementation, Development Support etc.
5055

5156
* Code clean-up to clarify directory traversal API.
@@ -80,6 +85,9 @@ Performance, Internal Implementation, Development Support etc.
8085
* "git fetch --all" does not have to download and handle the same
8186
bundleURI over and over, which has been corrected.
8287

88+
* "git sparse-checkout" command learns a debugging aid for the sparse
89+
rule definitions.
90+
8391

8492
Fixes since v2.40
8593
-----------------
@@ -175,6 +183,16 @@ Fixes since v2.40
175183
* Code clean-up around the use of the_repository.
176184
(merge 4a93b899c1 ab/remove-implicit-use-of-the-repository later to maint).
177185

186+
* Consistently spell "Message-ID" as such, not "Message-Id".
187+
(merge ba4324c4e1 jc/spell-id-in-both-caps-in-message-id later to maint).
188+
189+
* Correct use of an uninitialized structure member.
190+
(merge dc12ee77ab jx/cap-object-info-uninitialized-fix later to maint).
191+
192+
* Tests had a few places where we ignored PERL_PATH and blindly used
193+
/usr/bin/perl, which have been corrected.
194+
(merge c1917156a0 jk/use-perl-path-consistently later to maint).
195+
178196
* Other code cleanup, docfix, build fix, etc.
179197
(merge f7111175df as/doc-markup-fix later to maint).
180198
(merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).
@@ -189,3 +207,4 @@ Fixes since v2.40
189207
(merge a93cbe8d78 ar/test-cleanup-unused-file-creation later to maint).
190208
(merge cc48ddd937 jk/chainlint-fixes later to maint).
191209
(merge 4833b08426 ow/ref-format-remove-unused-member later to maint).
210+
(merge d0ea2ca1cf dw/doc-submittingpatches-grammofix later to maint).

0 commit comments

Comments
 (0)