Home
last modified time | relevance | path

Searched refs:git_fetch_options (Results 1 – 5 of 5) sorted by relevance

/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/
Dremote.h691 } git_fetch_options; typedef
708 git_fetch_options *opts,
777 …t_remote_download(git_remote *remote, const git_strarray *refspecs, const git_fetch_options *opts);
831 const git_fetch_options *opts,
Dclone.h119 git_fetch_options fetch_opts;
Dsubmodule.h146 git_fetch_options fetch_opts;
Ddeprecated.h587 GIT_EXTERN(int) git_fetch_init_options(git_fetch_options *opts, unsigned int version);
/GUIX-v6.2.1/guix_studio/
Dclone_repo_dialog.cpp179 git_fetch_options fetch_options = GIT_FETCH_OPTIONS_INIT; in CloneGUIXRepo()