Home
last modified time | relevance | path

Searched defs:git_clone_options (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/
Dclone.h103 typedef struct git_clone_options { struct
104 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