mirror of
https://git.proxmox.com/git/libgit2
synced 2025-11-30 12:29:22 +00:00
List all the references in the repository, calling a custom callback for each one. The listed references may be filtered by type, or using a bitwise OR of several types. Use the magic value `GIT_REF_LISTALL` to obtain all references, including packed ones. The `callback` function will be called for each of the references in the repository, and will receive the name of the reference and the `payload` value passed to this method. |
||
|---|---|---|
| .. | ||
| 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 | ||