mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-05 04:38:53 +00:00
Introduce `git_indexwriter`, to allow us to lock the index while performing additional operations, then complete the write (or abort, unlocking the index). |
||
|---|---|---|
| .. | ||
| addall.c | ||
| cache.c | ||
| collision.c | ||
| conflicts.c | ||
| crlf.c | ||
| filemodes.c | ||
| inmemory.c | ||
| names.c | ||
| read_tree.c | ||
| rename.c | ||
| reuc.c | ||
| stage.c | ||
| tests.c | ||