Searched refs:git_strarray (Results 1 – 13 of 13) sorted by relevance
| /GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/ |
| D | remote.h | 281 GIT_EXTERN(int) git_remote_get_fetch_refspecs(git_strarray *array, const git_remote *remote); 305 GIT_EXTERN(int) git_remote_get_push_refspecs(git_strarray *array, const git_remote *remote); 339 …mote_callbacks *callbacks, const git_proxy_options *proxy_opts, const git_strarray *custom_headers… 414 GIT_EXTERN(int) git_remote_list(git_strarray *out, git_repository *repo); 690 git_strarray custom_headers; 741 git_strarray custom_headers; 777 …GIT_EXTERN(int) git_remote_download(git_remote *remote, const git_strarray *refspecs, const git_fe… 791 GIT_EXTERN(int) git_remote_upload(git_remote *remote, const git_strarray *refspecs, const git_push_… 830 const git_strarray *refspecs, 854 const git_strarray *refspecs, [all …]
|
| D | strarray.h | 22 typedef struct git_strarray { struct 25 } git_strarray; typedef 37 GIT_EXTERN(void) git_strarray_dispose(git_strarray *array); 49 GIT_EXTERN(int) git_strarray_copy(git_strarray *tgt, const git_strarray *src);
|
| D | index.h | 643 const git_strarray *pathspec, 665 const git_strarray *pathspec, 694 const git_strarray *pathspec,
|
| D | tag.h | 294 git_strarray *tag_names, 316 git_strarray *tag_names,
|
| D | deprecated.h | 551 GIT_EXTERN(int) git_strarray_copy(git_strarray *tgt, const git_strarray *src); 563 GIT_EXTERN(void) git_strarray_free(git_strarray *array);
|
| D | reset.h | 107 const git_strarray* pathspecs);
|
| D | pathspec.h | 83 git_pathspec **out, const git_strarray *pathspec);
|
| D | worktree.h | 34 GIT_EXTERN(int) git_worktree_list(git_strarray *out, git_repository *repo);
|
| D | status.h | 190 git_strarray pathspec;
|
| D | checkout.h | 299 git_strarray paths;
|
| D | refs.h | 423 GIT_EXTERN(int) git_reference_list(git_strarray *array, git_repository *repo);
|
| D | diff.h | 379 git_strarray pathspec;
|
| /GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/sys/ |
| D | transport.h | 49 const git_strarray *custom_headers);
|