From abf474a5dd901f28013c52155411a48fd4c09922 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 25 Mar 2022 16:35:36 -0700 Subject: [PATCH] The 15th batch Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.36.0.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Documentation/RelNotes/2.36.0.txt b/Documentation/RelNotes/2.36.0.txt index de91b846d1..721b5d2034 100644 --- a/Documentation/RelNotes/2.36.0.txt +++ b/Documentation/RelNotes/2.36.0.txt @@ -152,6 +152,12 @@ Performance, Internal Implementation, Development Support etc. the lower bound of searching commits used to explain the revision, when available, instead of committer time. + * Replace core.fsyncObjectFiles with two new configuration variables, + core.fsync and core.fsyncMethod. + + * Updates to refs traditionally weren't fsync'ed, but we can + configure using core.fsync variable to do so. + Fixes since v2.35 ----------------- @@ -344,6 +350,12 @@ Fixes since v2.35 with newer versions of glibc. (merge baedc59543 ep/test-malloc-check-with-glibc-2.34 later to maint). + * When "git fetch --recurse-submodules" grabbed submodule commits + that would be needed to recursively check out newly fetched commits + in the superproject, it only paid attention to submodules that are + in the current checkout of the superproject. We now do so for all + submodules that have been run "git submodule init" on. + * Other code cleanup, docfix, build fix, etc. (merge cfc5cf428b jc/find-header later to maint). (merge 40e7cfdd46 jh/p4-fix-use-of-process-error-exception later to maint).