libgit2-d v1.6.0 (2023-05-05T07:03:44Z)
Home
Dub
Repo
git_index_conflict_iterator_free
libgit2
index
Frees a
git_index_conflict_iterator
.
extern (
C
) nothrow @
nogc
public
@
GIT_EXTERN
void
git_index_conflict_iterator_free
(
libgit2.types.git_index_conflict_iterator
*
iterator
)
Parameters
iterator
libgit2
.
types
.
git_index_conflict_iterator
*
pointer to the iterator
Meta
Source
See Implementation
libgit2
index
aliases
git_index_matched_path_cb
enums
GIT_INDEX_ADD_DEFAULT
GIT_INDEX_CAPABILITY_IGNORE_CASE
GIT_INDEX_ENTRY_EXTENDED
GIT_INDEX_ENTRY_INTENT_TO_ADD
GIT_INDEX_STAGE_ANY
git_index_add_option_t
git_index_capability_t
git_index_entry_extended_flag_t
git_index_entry_flag_t
git_index_stage_t
functions
GIT_INDEX_ENTRY_STAGE
GIT_INDEX_ENTRY_STAGE_SET
git_index_add
git_index_add_all
git_index_add_bypath
git_index_add_from_buffer
git_index_caps
git_index_checksum
git_index_clear
git_index_conflict_add
git_index_conflict_cleanup
git_index_conflict_get
git_index_conflict_iterator_free
git_index_conflict_iterator_new
git_index_conflict_next
git_index_conflict_remove
git_index_entry_is_conflict
git_index_entry_stage
git_index_entrycount
git_index_find
git_index_find_prefix
git_index_free
git_index_get_byindex
git_index_get_bypath
git_index_has_conflicts
git_index_iterator_free
git_index_iterator_new
git_index_iterator_next
git_index_new
git_index_open
git_index_owner
git_index_path
git_index_read
git_index_read_tree
git_index_remove
git_index_remove_all
git_index_remove_bypath
git_index_remove_directory
git_index_set_caps
git_index_set_version
git_index_update_all
git_index_version
git_index_write
git_index_write_tree
git_index_write_tree_to
manifest constants
GIT_INDEX_ENTRY_NAMEMASK
GIT_INDEX_ENTRY_STAGEMASK
GIT_INDEX_ENTRY_STAGESHIFT
structs
git_index_entry
git_index_time
Frees a git_index_conflict_iterator.