libgit2-d v0.0.1 (2020-03-14T04:41:16Z)
Home
Dub
Repo
git_rebase_free
libgit2_d
rebase
Frees the
git_rebase
object.
@param rebase The rebase object
extern (
C
) nothrow @
nogc
void
git_rebase_free
(
libgit2_d.types.git_rebase
*
rebase
)
Meta
Source
See Implementation
libgit2_d
rebase
enums
git_rebase_operation_t
functions
GIT_REBASE_OPTIONS_INIT
git_rebase_abort
git_rebase_commit
git_rebase_finish
git_rebase_free
git_rebase_init
git_rebase_inmemory_index
git_rebase_next
git_rebase_onto_id
git_rebase_onto_name
git_rebase_open
git_rebase_operation_byindex
git_rebase_operation_current
git_rebase_operation_entrycount
git_rebase_options_init
git_rebase_orig_head_id
git_rebase_orig_head_name
manifest constants
GIT_REBASE_NO_OPERATION
GIT_REBASE_OPTIONS_VERSION
structs
git_rebase_operation
git_rebase_options
Frees the git_rebase object.
@param rebase The rebase object