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_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_opts)* 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_opts)* 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_tree
int git_checkout_tree(git_repository* repo, const(git_object)* treeish, const(git_checkout_opts)* 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_OPTS_VERSION
enum GIT_CHECKOUT_OPTS_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_opts
struct git_checkout_opts
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_OPTS_INIT
enum git_checkout_opts GIT_CHECKOUT_OPTS_INIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta