Searched refs:git_reference (Results 1 – 10 of 10) sorted by relevance
| /GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/ |
| D | refs.h | 37 GIT_EXTERN(int) git_reference_lookup(git_reference **out, git_repository *repo, const char *name); 68 GIT_EXTERN(int) git_reference_dwim(git_reference **out, git_repository *repo, const char *shorthand… 109 GIT_EXTERN(int) git_reference_symbolic_create_matching(git_reference **out, git_repository *repo, c… 145 GIT_EXTERN(int) git_reference_symbolic_create(git_reference **out, git_repository *repo, const char… 182 GIT_EXTERN(int) git_reference_create(git_reference **out, git_repository *repo, const char *name, c… 225 GIT_EXTERN(int) git_reference_create_matching(git_reference **out, git_repository *repo, const char… 240 GIT_EXTERN(const git_oid *) git_reference_target(const git_reference *ref); 251 GIT_EXTERN(const git_oid *) git_reference_target_peel(const git_reference *ref); 261 GIT_EXTERN(const char *) git_reference_symbolic_target(const git_reference *ref); 271 GIT_EXTERN(git_reference_t) git_reference_type(const git_reference *ref); [all …]
|
| D | branch.h | 51 git_reference **out, 69 git_reference **ref_out, 85 GIT_EXTERN(int) git_branch_delete(git_reference *branch); 114 GIT_EXTERN(int) git_branch_next(git_reference **out, git_branch_t *out_type, git_branch_iterator *i… 145 git_reference **out, 146 git_reference *branch, 169 git_reference **out, 191 const git_reference *ref); 208 git_reference **out, 209 const git_reference *branch); [all …]
|
| D | types.h | 180 typedef struct git_reference git_reference; typedef
|
| D | repository.h | 361 GIT_EXTERN(int) git_repository_head(git_reference **out, git_repository *repo); 371 GIT_EXTERN(int) git_repository_head_for_worktree(git_reference **out, git_repository *repo,
|
| D | revparse.h | 63 git_reference **reference_out,
|
| D | annotated_commit.h | 36 const git_reference *ref);
|
| D | worktree.h | 88 git_reference *ref; /**< reference to use for the new worktree HEAD */
|
| D | merge.h | 402 git_reference *our_ref,
|
| /GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/sys/ |
| D | refdb_backend.h | 42 git_reference **ref, 92 git_reference **out, 143 const git_reference *ref, int force, 165 git_reference **out, git_refdb_backend *backend, 312 const git_reference *ref, const git_signature *sig, const char *message);
|
| D | refs.h | 31 GIT_EXTERN(git_reference *) git_reference__alloc( 43 GIT_EXTERN(git_reference *) git_reference__alloc_symbolic(
|