- 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.
- 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.