]> git.proxmox.com Git - libgit2.git/commit - src/libgit2/repository.c
Honor `core.fsyncObjectFiles`
authorEdward Thomson <ethomson@github.com>
Tue, 28 Feb 2017 12:29:29 +0000 (12:29 +0000)
committerEdward Thomson <ethomson@github.com>
Thu, 2 Mar 2017 09:11:33 +0000 (09:11 +0000)
commit1c04a96b25da048221f31ecee0227d960dc00489
tree14774879d60dec45b5610cb7ed1bae927ef2016f
parent3ac05d11493d0573dbf725a19403dbf5e8d93b50
Honor `core.fsyncObjectFiles`
13 files changed:
src/config_cache.c
src/indexer.c
src/indexer.h [new file with mode: 0644]
src/odb.c
src/odb.h
src/pack-objects.c
src/pack-objects.h
src/refdb_fs.c
src/repository.c
src/repository.h
tests/odb/loose.c
tests/pack/packbuilder.c
tests/refs/create.c