libgit2

git_path_fs

Version:

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

Values

GIT_PATH_FS_GENERIC
0

Do both NTFS- and HFS-specific checks

GIT_PATH_FS_NTFS
1

Do NTFS-specific checks only

GIT_PATH_FS_HFS
2

Do HFS-specific checks only

Parameter To

Versions