deimos.git2.clone

Undocumented in source.

Members

Aliases

git_remote_create_cb
alias git_remote_create_cb = int function(git_remote** out_, git_repository* repo, const(char)* name, const(char)* url, 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_repository_create_cb
alias git_repository_create_cb = int function(git_repository** out_, const(char)* path, int bare, 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_clone_local_t
enum git_clone_local_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_clone
int git_clone(git_repository** out_, const(char)* url, const(char)* local_path, const(git_clone_options)* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_clone_init_options
int git_clone_init_options(git_clone_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.

Manifest constants

GIT_CLONE_OPTIONS_VERSION
enum GIT_CLONE_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_clone_local_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_clone_options
struct git_clone_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_CLONE_OPTIONS_INIT
enum git_clone_options GIT_CLONE_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