Home
last modified time | relevance | path

Searched refs:git_checkout_options (Results 1 – 11 of 11) sorted by relevance

/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/
Dcheckout.h263 typedef struct git_checkout_options { struct
326 } git_checkout_options; argument
342 git_checkout_options *opts,
364 const git_checkout_options *opts);
378 const git_checkout_options *opts);
394 const git_checkout_options *opts);
Dreset.h66 const git_checkout_options *checkout_opts);
84 const git_checkout_options *checkout_opts);
Drevert.h33 git_checkout_options checkout_opts; /**< Options for the checkout */
Dcherrypick.h33 git_checkout_options checkout_opts; /**< Options for the checkout */
Dclone.h111 git_checkout_options checkout_opts;
Dstash.h133 git_checkout_options checkout_options;
Drebase.h75 git_checkout_options checkout_options;
Dmerge.h602 const git_checkout_options *checkout_opts);
Dsubmodule.h138 git_checkout_options checkout_opts;
Ddeprecated.h578 GIT_EXTERN(int) git_checkout_init_options(git_checkout_options *opts, unsigned int version);
/GUIX-v6.2.1/guix_studio/
Dclone_repo_dialog.cpp178 git_checkout_options checkout_opts; in CloneGUIXRepo()