libgit2-d ~master (2021-07-01T09:53:17Z)
Home
Dub
Repo
git_rebase_free
libgit2_d
rebase
Frees the
git_rebase
object.
extern (
C
) nothrow @
nogc
void
git_rebase_free
(
libgit2_d.types.git_rebase
*
rebase
)
Parameters
rebase
libgit2_d
.
types
.
git_rebase
*
The rebase object
Meta
Source
See Implementation
libgit2_d
rebase
enums
GIT_REBASE_OPERATION_PICK
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.