mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-01 03:05:48 +00:00
The index iterator could previously only be created from a repo object, but this allows creating an iterator from a `git_index` object instead (while keeping, though renaming, the old function). |
||
|---|---|---|
| .. | ||
| blob.c | ||
| diff_helpers.c | ||
| diff_helpers.h | ||
| diffiter.c | ||
| index.c | ||
| iterator.c | ||
| patch.c | ||
| rename.c | ||
| tree.c | ||
| workdir.c | ||