Searched defs:git_clone_options (Results 1 – 1 of 1) sorted by relevance
103 typedef struct git_clone_options { struct104 unsigned int version;111 git_checkout_options checkout_opts;119 git_fetch_options fetch_opts;125 int bare;130 git_clone_local_t local;136 const char* checkout_branch;164 } git_clone_options; typedef