mirror of
https://git.proxmox.com/git/libgit2
synced 2025-11-05 08:12:36 +00:00
Removed the optional `replace` argument, we now have 4 add methods: `git_index_add`: add or update from path `git_index_add2`: add or update from struct `git_index_append`: add without replacing from path `git_index_append2`: add without replacing from struct Yes, this breaks the bindings. |
||
|---|---|---|
| .. | ||
| blob.h | ||
| commit.h | ||
| common.h | ||
| errors.h | ||
| index.h | ||
| object.h | ||
| odb_backend.h | ||
| odb.h | ||
| oid.h | ||
| refs.h | ||
| repository.h | ||
| revwalk.h | ||
| signature.h | ||
| tag.h | ||
| thread-utils.h | ||
| tree.h | ||
| types.h | ||
| zlib.h | ||