Skip to content

Commit 0607f79

Browse files
committed
The eighth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 89833fc commit 0607f79

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Documentation/RelNotes/2.41.0.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,20 @@ Performance, Internal Implementation, Development Support etc.
6666
* Code clean-up to include and/or uninclude parse-options.h file as
6767
needed.
6868

69+
* The code path that reports what "git fetch" did to each ref has
70+
been cleaned up.
71+
72+
* Assorted config API updates.
73+
74+
* A few configuration variables to tell the cURL library that
75+
different types of ssl-cert and ssl-key are in use have been added.
76+
77+
* Split key function and data structure definitions out of cache.h to
78+
new header files and adjust the users.
79+
80+
* "git fetch --all" does not have to download and handle the same
81+
bundleURI over and over, which has been corrected.
82+
6983

7084
Fixes since v2.40
7185
-----------------
@@ -155,6 +169,12 @@ Fixes since v2.40
155169
output are for and what they mean.
156170
(merge 15364d2a3c jk/document-rev-list-object-name later to maint).
157171

172+
* Fix unnecessary truncation of generation numbers used in-core.
173+
(merge d3af1c193d ps/ahead-behind-truncation-fix later to maint).
174+
175+
* Code clean-up around the use of the_repository.
176+
(merge 4a93b899c1 ab/remove-implicit-use-of-the-repository later to maint).
177+
158178
* Other code cleanup, docfix, build fix, etc.
159179
(merge f7111175df as/doc-markup-fix later to maint).
160180
(merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).
@@ -167,3 +187,5 @@ Fixes since v2.40
167187
(merge 2da2cc9b28 ob/rollback-after-commit-lock-failure later to maint).
168188
(merge 54dbd0933b ob/sequencer-save-head-simplify later to maint).
169189
(merge a93cbe8d78 ar/test-cleanup-unused-file-creation later to maint).
190+
(merge cc48ddd937 jk/chainlint-fixes later to maint).
191+
(merge 4833b08426 ow/ref-format-remove-unused-member later to maint).

0 commit comments

Comments
 (0)