@@ -84,6 +84,13 @@ UI, Workflows & Features
84
84
* The write codepath for the reftable data learned to honor
85
85
core.fsync configuration.
86
86
87
+ * The "--fsck-objects" option of "git index-pack" now can take the
88
+ optional parameter to tweak severity of different fsck errors.
89
+
90
+ * The wincred credential backend has been taught to support oauth
91
+ refresh token the same way as credential-cache and
92
+ credential-libsecret backends.
93
+
87
94
88
95
Performance, Internal Implementation, Development Support etc.
89
96
@@ -141,6 +148,9 @@ Performance, Internal Implementation, Development Support etc.
141
148
the path to the same library directory for link time and runtime.
142
149
A Makefile template is used to reduce such repetition.
143
150
151
+ * The priority queue test has been migrated to the unit testing
152
+ framework.
153
+
144
154
145
155
Fixes since v2.43
146
156
-----------------
@@ -284,6 +294,10 @@ Fixes since v2.43
284
294
FreeBSD that is no longer available, which has been corrected.
285
295
(merge 81fffb66d3 cb/use-freebsd-13-2-at-cirrus-ci later to maint).
286
296
297
+ * A caller called index_file_exists() that takes a string expressed
298
+ as <ptr, length> with a wrong length, which has been corrected.
299
+ (merge 156e28b36d jh/sparse-index-expand-to-path-fix later to maint).
300
+
287
301
* Other code cleanup, docfix, build fix, etc.
288
302
(merge 50f1abcff6 js/packfile-h-typofix later to maint).
289
303
(merge cbf498eb53 jb/reflog-expire-delete-dry-run-options later to maint).
0 commit comments