git_path_fs

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

Values

ValueMeaning
GIT_PATH_FS_GENERIC

Do both NTFS- and HFS-specific checks

GIT_PATH_FS_NTFS

Do NTFS-specific checks only

GIT_PATH_FS_HFS

Do HFS-specific checks only

Meta