]> git.ipfire.org Git - thirdparty/git.git/commit
core.fsync: documentation and user-friendly aggregate options
authorNeeraj Singh <neerajsi@microsoft.com>
Tue, 15 Mar 2022 19:12:45 +0000 (12:12 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Mar 2022 19:32:55 +0000 (12:32 -0700)
commitb9f5d0358d2e882d47f496c1a5589f6cebc25578
tree53f763c3f56323114359d1682322b6a4cea0906d
parentba95e96d4c6eed42e30ac3c8b260f4459e3a8575
core.fsync: documentation and user-friendly aggregate options

This commit adds aggregate options for the core.fsync setting that are
more user-friendly. These options are specified in terms of 'levels of
safety', indicating which Git operations are considered to be sync
points for durability.

The new documentation is also included here in its entirety for ease of
review.

Signed-off-by: Neeraj Singh <neerajsi@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/core.txt
cache.h
config.c