libgit2 v0.25.2 (2020-11-07T16:39:39Z)
Dub
Repo
git_rebase_operation
deimos
git2
rebase
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
git_rebase_operation {
git_rebase_operation_t
type
;
const
git_oid
id
;
const
(
char
)*
exec
;
}
Members
Variables
exec
const
(
char
)*
exec
;
Undocumented in source.
id
git_oid
id
;
Undocumented in source.
type
git_rebase_operation_t
type
;
Undocumented in source.
Meta
Source
See Implementation
deimos
git2
rebase
enums
git_rebase_operation_t
functions
git_rebase_abort
git_rebase_commit
git_rebase_finish
git_rebase_free
git_rebase_init
git_rebase_init_options
git_rebase_inmemory_index
git_rebase_next
git_rebase_open
git_rebase_operation_byindex
git_rebase_operation_current
git_rebase_operation_entrycount
manifest constants
GIT_REBASE_NO_OPERATION
GIT_REBASE_OPTIONS_VERSION
mixins
__anonymous
structs
git_rebase_operation
git_rebase_options
variables
GIT_REBASE_OPTIONS_INIT