deimos.git2.checkout

Undocumented in source.

Members

Aliases

git_checkout_notify_cb
alias git_checkout_notify_cb = int function(git_checkout_notify_t why, const(char)* path, const(git_diff_file)* baseline, const(git_diff_file)* target, const(git_diff_file)* workdir, void* payload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_checkout_perfdata_cb
alias git_checkout_perfdata_cb = void function(const(git_checkout_perfdata)* perfdata, void* payload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_checkout_progress_cb
alias git_checkout_progress_cb = void function(const(char)* path, size_t completed_steps, size_t total_steps, void* payload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

git_checkout_notify_t
enum git_checkout_notify_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_checkout_strategy_t
enum git_checkout_strategy_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_checkout_head
int git_checkout_head(git_repository* repo, const(git_checkout_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_checkout_index
int git_checkout_index(git_repository* repo, git_index* index, const(git_checkout_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_checkout_init_options
int git_checkout_init_options(git_checkout_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_checkout_tree
int git_checkout_tree(git_repository* repo, const(git_object)* treeish, const(git_checkout_options)* opts)
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_CHECKOUT_OPTIONS_VERSION
enum GIT_CHECKOUT_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_checkout_strategy_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__anonymous
mixin _ExportEnumMembers!git_checkout_notify_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_checkout_options
struct git_checkout_options
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_checkout_perfdata
struct git_checkout_perfdata
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

GIT_CHECKOUT_OPTIONS_INIT
enum git_checkout_options GIT_CHECKOUT_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