Skip to content

Commit abf474a

Browse files
committed
The 15th batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent dd9ff30 commit abf474a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Documentation/RelNotes/2.36.0.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,12 @@ Performance, Internal Implementation, Development Support etc.
152152
the lower bound of searching commits used to explain the revision,
153153
when available, instead of committer time.
154154

155+
* Replace core.fsyncObjectFiles with two new configuration variables,
156+
core.fsync and core.fsyncMethod.
157+
158+
* Updates to refs traditionally weren't fsync'ed, but we can
159+
configure using core.fsync variable to do so.
160+
155161

156162
Fixes since v2.35
157163
-----------------
@@ -344,6 +350,12 @@ Fixes since v2.35
344350
with newer versions of glibc.
345351
(merge baedc59543 ep/test-malloc-check-with-glibc-2.34 later to maint).
346352

353+
* When "git fetch --recurse-submodules" grabbed submodule commits
354+
that would be needed to recursively check out newly fetched commits
355+
in the superproject, it only paid attention to submodules that are
356+
in the current checkout of the superproject. We now do so for all
357+
submodules that have been run "git submodule init" on.
358+
347359
* Other code cleanup, docfix, build fix, etc.
348360
(merge cfc5cf428b jc/find-header later to maint).
349361
(merge 40e7cfdd46 jh/p4-fix-use-of-process-error-exception later to maint).

0 commit comments

Comments
 (0)