]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The fifteenth batch
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 Feb 2024 21:20:41 +0000 (13:20 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Feb 2024 21:20:41 +0000 (13:20 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.44.0.txt

index 8615306eed400afa395db4dac07d2febb1bdf3a7..148d18d0912856dc615476e12aa965ef74d95e94 100644 (file)
@@ -84,6 +84,13 @@ UI, Workflows & Features
  * The write codepath for the reftable data learned to honor
    core.fsync configuration.
 
+ * The "--fsck-objects" option of "git index-pack" now can take the
+   optional parameter to tweak severity of different fsck errors.
+
+ * The wincred credential backend has been taught to support oauth
+   refresh token the same way as credential-cache and
+   credential-libsecret backends.
+
 
 Performance, Internal Implementation, Development Support etc.
 
@@ -141,6 +148,9 @@ Performance, Internal Implementation, Development Support etc.
    the path to the same library directory for link time and runtime.
    A Makefile template is used to reduce such repetition.
 
+ * The priority queue test has been migrated to the unit testing
+   framework.
+
 
 Fixes since v2.43
 -----------------
@@ -284,6 +294,10 @@ Fixes since v2.43
    FreeBSD that is no longer available, which has been corrected.
    (merge 81fffb66d3 cb/use-freebsd-13-2-at-cirrus-ci later to maint).
 
+ * A caller called index_file_exists() that takes a string expressed
+   as <ptr, length> with a wrong length, which has been corrected.
+   (merge 156e28b36d jh/sparse-index-expand-to-path-fix later to maint).
+
  * Other code cleanup, docfix, build fix, etc.
    (merge 50f1abcff6 js/packfile-h-typofix later to maint).
    (merge cbf498eb53 jb/reflog-expire-delete-dry-run-options later to maint).