core.fsync: fix incorrect expression for default configuration
commite5ec440c982417d39908b9a4bab79523a6a37f6c
authorNeeraj Singh <neerajsi@microsoft.com>
Tue, 29 Mar 2022 21:41:52 +0000 (29 21:41 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 Mar 2022 23:04:16 +0000 (29 16:04 -0700)
tree3d73046c19cbf583617afe9d71b88ba216776e1d
parentb9f5d0358d2e882d47f496c1a5589f6cebc25578
core.fsync: fix incorrect expression for default configuration

Commit b9f5d035 (core.fsync: documentation and user-friendly
aggregate options, 2022-03-15) introduced an incorrect value for
FSYNC_COMPONENTS_DEFAULT. We need an AND-NOT rather than OR-NOT.

Signed-off-by: Neeraj Singh <neerajsi@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h