author | Linus Torvalds <torvalds@linux-foundation.org> | |
Wed, 18 Jun 2008 22:18:44 +0000 (15:18 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 18 Jun 2008 23:50:35 +0000 (16:50 -0700) | ||
commit | aafe9fbaf4f1d1f27a6f6e3eb3e246fff81240ef | |
tree | 86e98a12cfeef6ed0cb1ab622dcdb8b9ace926ca | tree | snapshot |
parent | 1141f4925c3f1d7c8cc476b10107209e56909c6d | commit | diff |
Add config option to enable 'fsync()' of object files
As explained in the documentation[*] this is totally useless on
filesystems that do ordered/journalled data writes, but it can be a
useful safety feature on filesystems like HFS+ that only journal the
metadata, not the actual file contents.
It defaults to off, although we could presumably in theory some day
auto-enable it on a per-filesystem basis.
[*] Yes, I updated the docs for the thing. Hell really _has_ frozen
over, and the four horsemen are probably just beyond the horizon.
EVERYBODY PANIC!
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
As explained in the documentation[*] this is totally useless on
filesystems that do ordered/journalled data writes, but it can be a
useful safety feature on filesystems like HFS+ that only journal the
metadata, not the actual file contents.
It defaults to off, although we could presumably in theory some day
auto-enable it on a per-filesystem basis.
[*] Yes, I updated the docs for the thing. Hell really _has_ frozen
over, and the four horsemen are probably just beyond the horizon.
EVERYBODY PANIC!
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt | diff | blob | history | |
cache.h | diff | blob | history | |
config.c | diff | blob | history | |
environment.c | diff | blob | history | |
sha1_file.c | diff | blob | history |