libgit2-d v0.0.2 (2020-03-19T04:42:42Z)
Home
Dub
Repo
git_rebase_onto_name
libgit2_d
rebase
Gets the
onto
ref name for merge rebases.
extern (
C
) nothrow @
nogc
const
(
char
)*
git_rebase_onto_name
(
libgit2_d.types.git_rebase
*
rebase
)
Return Value
Type:
const
(
char
)*
The
onto
ref name
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
Gets the onto ref name for merge rebases.