diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-03-25 16:38:24 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-03-25 16:38:25 -0700 |
commit | 6e1a8952e90e5d125177dbdee21425d1ba2d3584 (patch) | |
tree | cda2c48629c1e926d5b971954a038e79f0f0a325 /Documentation/config | |
parent | Merge branch 'ns/core-fsyncmethod' (diff) | |
parent | core.fsync: new option to harden references (diff) | |
download | tgif-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.txt | 1 |
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 |