Git2::GitRepositoryOpenFlagT
Inherits Enum < Comparable < Value < Object
Constants
GIT_REPOSITORY_OPEN_NO_SEARCH = 1
GIT_REPOSITORY_OPEN_CROSS_FS = 2
GIT_REPOSITORY_OPEN_BARE = 4
GIT_REPOSITORY_OPEN_NO_DOTGIT = 8
GIT_REPOSITORY_OPEN_FROM_ENV = 16
None = 0
All = 31
Instance methods
git_repository_open_cross_fs?
Returns true if this enum value contains GIT_REPOSITORY_OPEN_CROSS_FS
git_repository_open_from_env?
Returns true if this enum value contains GIT_REPOSITORY_OPEN_FROM_ENV
git_repository_open_no_dotgit?
Returns true if this enum value contains GIT_REPOSITORY_OPEN_NO_DOTGIT
git_repository_open_no_search?
Returns true if this enum value contains GIT_REPOSITORY_OPEN_NO_SEARCH
none?
Source