mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-07 11:39:32 +00:00
Introduce a simple counter that `p_fsync` implements. This is useful for ensuring that `p_fsync` is called when we expect it to be, for example when we have enabled an odb backend to perform `fsync`s when writing objects. |
||
|---|---|---|
| .. | ||
| backend | ||
| alternates.c | ||
| emptyobjects.c | ||
| foreach.c | ||
| freshen.c | ||
| loose_data.h | ||
| loose.c | ||
| mixed.c | ||
| pack_data_one.h | ||
| pack_data.h | ||
| packed_one.c | ||
| packed.c | ||
| sorting.c | ||
| streamwrite.c | ||