summaryrefslogtreecommitdiff
path: root/Documentation/config
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2022-03-25 16:38:24 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2022-03-25 16:38:25 -0700
commit6e1a8952e90e5d125177dbdee21425d1ba2d3584 (patch)
treecda2c48629c1e926d5b971954a038e79f0f0a325 /Documentation/config
parentMerge branch 'ns/core-fsyncmethod' (diff)
parentcore.fsync: new option to harden references (diff)
downloadtgif-6e1a8952e90e5d125177dbdee21425d1ba2d3584.tar.xz
Merge branch 'ps/fsync-refs'
Updates to refs traditionally weren't fsync'ed, but we can configure using core.fsync variable to do so. * ps/fsync-refs: core.fsync: new option to harden references
Diffstat (limited to 'Documentation/config')
-rw-r--r--Documentation/config/core.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/config/core.txt b/Documentation/config/core.txt
index 9a3ad71e9e..9da3e5d88f 100644
--- a/Documentation/config/core.txt
+++ b/Documentation/config/core.txt
@@ -575,6 +575,7 @@ but risks losing recent work in the event of an unclean system shutdown.
* `index` hardens the index when it is modified.
* `objects` is an aggregate option that is equivalent to
`loose-object,pack`.
+* `reference` hardens references modified in the repo.
* `derived-metadata` is an aggregate option that is equivalent to
`pack-metadata,commit-graph`.
* `committed` is an aggregate option that is currently equivalent to