@@ -66,6 +66,20 @@ Performance, Internal Implementation, Development Support etc.
66
66
* Code clean-up to include and/or uninclude parse-options.h file as
67
67
needed.
68
68
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
+
69
83
70
84
Fixes since v2.40
71
85
-----------------
@@ -155,6 +169,12 @@ Fixes since v2.40
155
169
output are for and what they mean.
156
170
(merge 15364d2a3c jk/document-rev-list-object-name later to maint).
157
171
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
+
158
178
* Other code cleanup, docfix, build fix, etc.
159
179
(merge f7111175df as/doc-markup-fix later to maint).
160
180
(merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).
@@ -167,3 +187,5 @@ Fixes since v2.40
167
187
(merge 2da2cc9b28 ob/rollback-after-commit-lock-failure later to maint).
168
188
(merge 54dbd0933b ob/sequencer-save-head-simplify later to maint).
169
189
(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