@@ -84,6 +84,13 @@ UI, Workflows & Features
8484 * The write codepath for the reftable data learned to honor
8585 core.fsync configuration.
8686
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+
8794
8895Performance, Internal Implementation, Development Support etc.
8996
@@ -141,6 +148,9 @@ Performance, Internal Implementation, Development Support etc.
141148 the path to the same library directory for link time and runtime.
142149 A Makefile template is used to reduce such repetition.
143150
151+ * The priority queue test has been migrated to the unit testing
152+ framework.
153+
144154
145155Fixes since v2.43
146156-----------------
@@ -284,6 +294,10 @@ Fixes since v2.43
284294 FreeBSD that is no longer available, which has been corrected.
285295 (merge 81fffb66d3 cb/use-freebsd-13-2-at-cirrus-ci later to maint).
286296
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+
287301 * Other code cleanup, docfix, build fix, etc.
288302 (merge 50f1abcff6 js/packfile-h-typofix later to maint).
289303 (merge cbf498eb53 jb/reflog-expire-delete-dry-run-options later to maint).
0 commit comments