Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/
Drebase.h197 git_rebase **out,
214 git_rebase **out,
223 GIT_EXTERN(const char *) git_rebase_orig_head_name(git_rebase *rebase);
230 GIT_EXTERN(const git_oid *) git_rebase_orig_head_id(git_rebase *rebase);
237 GIT_EXTERN(const char *) git_rebase_onto_name(git_rebase *rebase);
244 GIT_EXTERN(const git_oid *) git_rebase_onto_id(git_rebase *rebase);
252 GIT_EXTERN(size_t) git_rebase_operation_entrycount(git_rebase *rebase);
263 GIT_EXTERN(size_t) git_rebase_operation_current(git_rebase *rebase);
273 git_rebase *rebase,
289 git_rebase *rebase);
[all …]
Dtypes.h195 typedef struct git_rebase git_rebase; typedef