Searched refs:checkout_opts (Results 1 – 7 of 7) sorted by relevance
66 const git_checkout_options *checkout_opts);84 const git_checkout_options *checkout_opts);
33 git_checkout_options checkout_opts; /**< Options for the checkout */ member
111 git_checkout_options checkout_opts; member
602 const git_checkout_options *checkout_opts);
138 git_checkout_options checkout_opts; member
178 git_checkout_options checkout_opts; in CloneGUIXRepo() local190 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()