Home
last modified time | relevance | path

Searched refs:git_refspec (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/
Drefspec.h32 GIT_EXTERN(int) git_refspec_parse(git_refspec **refspec, const char *input, int is_fetch);
39 GIT_EXTERN(void) git_refspec_free(git_refspec *refspec);
47 GIT_EXTERN(const char *) git_refspec_src(const git_refspec *refspec);
55 GIT_EXTERN(const char *) git_refspec_dst(const git_refspec *refspec);
63 GIT_EXTERN(const char *) git_refspec_string(const git_refspec *refspec);
71 GIT_EXTERN(int) git_refspec_force(const git_refspec *refspec);
79 GIT_EXTERN(git_direction) git_refspec_direction(const git_refspec *spec);
88 GIT_EXTERN(int) git_refspec_src_matches(const git_refspec *refspec, const char *refname);
97 GIT_EXTERN(int) git_refspec_dst_matches(const git_refspec *refspec, const char *refname);
107 GIT_EXTERN(int) git_refspec_transform(git_buf *out, const git_refspec *spec, const char *name);
[all …]
Dtypes.h226 typedef struct git_refspec git_refspec; typedef
Dremote.h322 GIT_EXTERN(const git_refspec *)git_remote_get_refspec(const git_remote *remote, size_t n);