Git2::GitRepositoryItemT
Inherits Enum < Comparable < Value < Object
Constants
GIT_REPOSITORY_ITEM_GITDIR = 0
GIT_REPOSITORY_ITEM_WORKDIR = 1
GIT_REPOSITORY_ITEM_COMMONDIR = 2
GIT_REPOSITORY_ITEM_INDEX = 3
GIT_REPOSITORY_ITEM_OBJECTS = 4
GIT_REPOSITORY_ITEM_REFS = 5
GIT_REPOSITORY_ITEM_PACKED_REFS = 6
GIT_REPOSITORY_ITEM_REMOTES = 7
GIT_REPOSITORY_ITEM_CONFIG = 8
GIT_REPOSITORY_ITEM_INFO = 9
GIT_REPOSITORY_ITEM_HOOKS = 10
GIT_REPOSITORY_ITEM_LOGS = 11
GIT_REPOSITORY_ITEM_MODULES = 12
GIT_REPOSITORY_ITEM_WORKTREES = 13
GIT_REPOSITORY_ITEM__LAST = 14
Instance methods
git_repository_item_commondir?
Returns true if this enum value equals GIT_REPOSITORY_ITEM_COMMONDIR
git_repository_item_modules?
Returns true if this enum value equals GIT_REPOSITORY_ITEM_MODULES
git_repository_item_objects?
Returns true if this enum value equals GIT_REPOSITORY_ITEM_OBJECTS
git_repository_item_packed_refs?
Returns true if this enum value equals GIT_REPOSITORY_ITEM_PACKED_REFS
git_repository_item_remotes?
Returns true if this enum value equals GIT_REPOSITORY_ITEM_REMOTES
git_repository_item_workdir?
Returns true if this enum value equals GIT_REPOSITORY_ITEM_WORKDIR
git_repository_item_worktrees?
Returns true if this enum value equals GIT_REPOSITORY_ITEM_WORKTREES