libgit2-d v1.6.0 (2023-05-05T07:03:44Z)
Home
Dub
Repo
git_branch_iterator_free
libgit2
branch
Free a branch iterator
extern (
C
) nothrow @
nogc
public
@
GIT_EXTERN
void
git_branch_iterator_free
(
.
git_branch_iterator
*
iter
)
Parameters
iter
.
git_branch_iterator
*
the iterator to free
Meta
Source
See Implementation
libgit2
branch
functions
git_branch_create
git_branch_create_from_annotated
git_branch_delete
git_branch_is_checked_out
git_branch_is_head
git_branch_iterator_free
git_branch_iterator_new
git_branch_lookup
git_branch_move
git_branch_name
git_branch_name_is_valid
git_branch_next
git_branch_remote_name
git_branch_set_upstream
git_branch_upstream
git_branch_upstream_merge
git_branch_upstream_name
git_branch_upstream_remote
structs
git_branch_iterator
Free a branch iterator