Home
last modified time | relevance | path

Searched refs:checkout_opts (Results 1 – 7 of 7) sorted by relevance

/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/
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 */ member
Dcherrypick.h33 git_checkout_options checkout_opts; /**< Options for the checkout */ member
Dclone.h111 git_checkout_options checkout_opts; member
Dmerge.h602 const git_checkout_options *checkout_opts);
Dsubmodule.h138 git_checkout_options checkout_opts; member
/GUIX-v6.2.1/guix_studio/
Dclone_repo_dialog.cpp178 git_checkout_options checkout_opts; in CloneGUIXRepo() local
190 checkout_opts = options.checkout_opts; in CloneGUIXRepo()
191 checkout_opts.progress_cb = guix_checkout_progress_cb; in CloneGUIXRepo()
192 options.checkout_opts = checkout_opts; in CloneGUIXRepo()