mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-07 07:52:16 +00:00
When a configuration file is locked, any updates made to it will be done to the in-memory copy of the file. This allows for multiple updates to happen while we hold the lock, preventing races during complex config-file manipulation. |
||
|---|---|---|
| .. | ||
| add.c | ||
| backend.c | ||
| config_helpers.c | ||
| config_helpers.h | ||
| configlevel.c | ||
| global.c | ||
| include.c | ||
| multivar.c | ||
| new.c | ||
| read.c | ||
| rename.c | ||
| snapshot.c | ||
| stress.c | ||
| validkeyname.c | ||
| write.c | ||