Home
last modified time | relevance | path

Searched refs:GIT_CLONE_OPTIONS_VERSION (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/
Dclone.h166 #define GIT_CLONE_OPTIONS_VERSION 1 macro
167 #define GIT_CLONE_OPTIONS_INIT { GIT_CLONE_OPTIONS_VERSION, \
/GUIX-v6.2.1/guix_studio/
Dclone_repo_dialog.cpp182 git_clone_options_init(&options, GIT_CLONE_OPTIONS_VERSION); in CloneGUIXRepo()