Searched refs:git_refspec (Results 1 – 3 of 3) sorted by relevance
32 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 …]
226 typedef struct git_refspec git_refspec; typedef
322 GIT_EXTERN(const git_refspec *)git_remote_get_refspec(const git_remote *remote, size_t n);