deimos.git2.pathspec

Undocumented in source.

Members

Enums

git_pathspec_flag_t
enum git_pathspec_flag_t
Undocumented in source.

Functions

git_pathspec_free
void git_pathspec_free(git_pathspec* ps)
Undocumented in source.
git_pathspec_match_diff
int git_pathspec_match_diff(git_pathspec_match_list** out_, git_diff* diff, uint32_t flags, git_pathspec* ps)
Undocumented in source.
git_pathspec_match_index
int git_pathspec_match_index(git_pathspec_match_list** out_, git_index* index, uint32_t flags, git_pathspec* ps)
Undocumented in source.
git_pathspec_match_list_diff_entry
const(git_diff_delta)* git_pathspec_match_list_diff_entry(const(git_pathspec_match_list)* m, size_t pos)
Undocumented in source.
git_pathspec_match_list_entry
const(char)* git_pathspec_match_list_entry(const(git_pathspec_match_list)* m, size_t pos)
Undocumented in source.
git_pathspec_match_list_entrycount
size_t git_pathspec_match_list_entrycount(const(git_pathspec_match_list)* m)
Undocumented in source.
git_pathspec_match_list_failed_entry
const(char)* git_pathspec_match_list_failed_entry(const(git_pathspec_match_list)* m, size_t pos)
Undocumented in source.
git_pathspec_match_list_failed_entrycount
size_t git_pathspec_match_list_failed_entrycount(const(git_pathspec_match_list)* m)
Undocumented in source.
git_pathspec_match_list_free
void git_pathspec_match_list_free(git_pathspec_match_list* m)
Undocumented in source.
git_pathspec_match_tree
int git_pathspec_match_tree(git_pathspec_match_list** out_, git_tree* tree, uint32_t flags, git_pathspec* ps)
Undocumented in source.
git_pathspec_match_workdir
int git_pathspec_match_workdir(git_pathspec_match_list** out_, git_repository* repo, uint32_t flags, git_pathspec* ps)
Undocumented in source.
git_pathspec_matches_path
int git_pathspec_matches_path(const(git_pathspec)* ps, uint32_t flags, const(char)* path)
Undocumented in source.
git_pathspec_new
int git_pathspec_new(git_pathspec** out_, const(git_strarray)* pathspec)
Undocumented in source.

Structs

git_pathspec
struct git_pathspec
Undocumented in source.
git_pathspec_match_list
struct git_pathspec_match_list
Undocumented in source.

Meta