mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-29 20:17:17 +00:00
On case insensitive platforms, allow `git_index_add` to provide a new path for an existing index entry. Previously, we would maintain the case in an index entry without the ability to change it (except by removing an entry and re-adding it.) Higher-level functions (like `git_index_add_bypath` and `git_index_add_frombuffers`) continue to keep the old path for easier usage. |
||
|---|---|---|
| .. | ||
| addall.c | ||
| bypath.c | ||
| cache.c | ||
| collision.c | ||
| conflicts.c | ||
| crlf.c | ||
| filemodes.c | ||
| inmemory.c | ||
| names.c | ||
| racy.c | ||
| read_index.c | ||
| read_tree.c | ||
| rename.c | ||
| reuc.c | ||
| stage.c | ||
| tests.c | ||