libgit2_d.sys.path

Undocumented in source.

Members

Enums

git_path_fs
enum git_path_fs

The kinds of checks to perform according to which filesystem we are trying to protect.

git_path_gitfile
enum git_path_gitfile

The kinds of git-specific files we know about.

Functions

git_path_is_gitfile
int git_path_is_gitfile(const(char)* path, size_t pathlen, .git_path_gitfile gitfile, .git_path_fs fs)

Check whether a path component corresponds to a .git$SUFFIX file.

Meta