deimos.git2.clone

Undocumented in source.

Members

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_into
int git_clone_into(git_repository* repo, git_remote* remote, const(git_checkout_opts)* co_opts, const(char)* branch)
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.

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