deimos.git2.rebase

Undocumented in source.

Members

Enums

git_rebase_operation_t
enum git_rebase_operation_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

git_rebase_abort
int git_rebase_abort(git_rebase* rebase)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_rebase_commit
int git_rebase_commit(git_oid* id, git_rebase* rebase, const(git_signature)* author, const(git_signature)* committer, const(char)* message_encoding, const(char)* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_rebase_finish
int git_rebase_finish(git_rebase* rebase, const(git_signature)* signature)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_rebase_free
void git_rebase_free(git_rebase* rebase)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_rebase_init
int git_rebase_init(git_rebase** out_, git_repository* repo, const(git_annotated_commit)* branch, const(git_annotated_commit)* upstream, const(git_annotated_commit)* onto, const(git_rebase_options)* opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_rebase_init_options
int git_rebase_init_options(git_rebase_options* opts, uint version_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_rebase_inmemory_index
int git_rebase_inmemory_index(git_index** index, git_rebase* rebase)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_rebase_next
int git_rebase_next(git_rebase_operation** operation, git_rebase* rebase)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_rebase_open
int git_rebase_open(git_rebase** out_, git_repository* repo, const(git_rebase_options)* opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_rebase_operation_byindex
git_rebase_operation* git_rebase_operation_byindex(git_rebase* rebase, size_t idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_rebase_operation_current
size_t git_rebase_operation_current(git_rebase* rebase)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_rebase_operation_entrycount
size_t git_rebase_operation_entrycount(git_rebase* rebase)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

GIT_REBASE_NO_OPERATION
enum GIT_REBASE_NO_OPERATION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GIT_REBASE_OPTIONS_VERSION
enum GIT_REBASE_OPTIONS_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Mixins

__anonymous
mixin _ExportEnumMembers!git_rebase_operation_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

git_rebase_operation
struct git_rebase_operation
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_rebase_options
struct git_rebase_options
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

GIT_REBASE_OPTIONS_INIT
enum git_rebase_options GIT_REBASE_OPTIONS_INIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta