deimos.git2.revwalk

Undocumented in source.

Members

Functions

git_revwalk_free
void git_revwalk_free(git_revwalk* walk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_revwalk_hide
int git_revwalk_hide(git_revwalk* walk, const(git_oid)* commit_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_revwalk_hide_glob
int git_revwalk_hide_glob(git_revwalk* walk, const(char)* glob)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_revwalk_hide_head
int git_revwalk_hide_head(git_revwalk* walk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_revwalk_hide_ref
int git_revwalk_hide_ref(git_revwalk* walk, const(char)* refname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_revwalk_new
int git_revwalk_new(git_revwalk** out_, git_repository* repo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_revwalk_next
int git_revwalk_next(git_oid* out_, git_revwalk* walk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_revwalk_push
int git_revwalk_push(git_revwalk* walk, const(git_oid)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_revwalk_push_glob
int git_revwalk_push_glob(git_revwalk* walk, const(char)* glob)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_revwalk_push_head
int git_revwalk_push_head(git_revwalk* walk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_revwalk_push_range
int git_revwalk_push_range(git_revwalk* walk, const(char)* range)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_revwalk_push_ref
int git_revwalk_push_ref(git_revwalk* walk, const(char)* refname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_revwalk_repository
git_repository* git_revwalk_repository(git_revwalk* walk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_revwalk_reset
void git_revwalk_reset(git_revwalk* walker)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_revwalk_simplify_first_parent
void git_revwalk_simplify_first_parent(git_revwalk* walk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_revwalk_sorting
void git_revwalk_sorting(git_revwalk* walk, uint sort_mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

GIT_SORT_NONE
enum GIT_SORT_NONE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GIT_SORT_REVERSE
enum GIT_SORT_REVERSE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GIT_SORT_TIME
enum GIT_SORT_TIME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GIT_SORT_TOPOLOGICAL
enum GIT_SORT_TOPOLOGICAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta