mirror of
https://git.proxmox.com/git/libgit2
synced 2025-11-30 00:29:36 +00:00
This converts the git attr related code (including ignores) and the git diff related code (and implicitly the status code) to use `git_pools` for storing strings. This reduces the number of small blocks allocated dramatically. |
||
|---|---|---|
| .. | ||
| buffer.c | ||
| dirent.c | ||
| errors.c | ||
| filebuf.c | ||
| hex.c | ||
| oid.c | ||
| path.c | ||
| pool.c | ||
| rmdir.c | ||
| string.c | ||
| strtol.c | ||
| vector.c | ||