mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-07 02:13:13 +00:00
Create a git_branch_iterator type which is equivalent to the foreach but lets us write loops instead of callbacks. Since the introduction of git_reference_shorthand(), the added value of passing the name is reduced. |
||
|---|---|---|
| .. | ||
| create.c | ||
| delete.c | ||
| ishead.c | ||
| iterator.c | ||
| lookup.c | ||
| move.c | ||
| name.c | ||
| remote.c | ||
| upstream.c | ||
| upstreamname.c | ||