enum

Git2::GitPathFs

Inherits Enum < Comparable < Value < Object

Constants

GIT_PATH_FS_GENERIC = 0
GIT_PATH_FS_NTFS = 1
GIT_PATH_FS_HFS = 2

Instance methods

git_path_fs_generic?

Returns true if this enum value equals GIT_PATH_FS_GENERIC

Source
git_path_fs_hfs?

Returns true if this enum value equals GIT_PATH_FS_HFS

Source
git_path_fs_ntfs?

Returns true if this enum value equals GIT_PATH_FS_NTFS

Source