enum

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__last?

Returns true if this enum value equals GIT_REPOSITORY_ITEM__LAST

Source
git_repository_item_commondir?

Returns true if this enum value equals GIT_REPOSITORY_ITEM_COMMONDIR

Source
git_repository_item_config?

Returns true if this enum value equals GIT_REPOSITORY_ITEM_CONFIG

Source
git_repository_item_gitdir?

Returns true if this enum value equals GIT_REPOSITORY_ITEM_GITDIR

Source
git_repository_item_hooks?

Returns true if this enum value equals GIT_REPOSITORY_ITEM_HOOKS

Source
git_repository_item_index?

Returns true if this enum value equals GIT_REPOSITORY_ITEM_INDEX

Source
git_repository_item_info?

Returns true if this enum value equals GIT_REPOSITORY_ITEM_INFO

Source
git_repository_item_logs?

Returns true if this enum value equals GIT_REPOSITORY_ITEM_LOGS

Source
git_repository_item_modules?

Returns true if this enum value equals GIT_REPOSITORY_ITEM_MODULES

Source
git_repository_item_objects?

Returns true if this enum value equals GIT_REPOSITORY_ITEM_OBJECTS

Source
git_repository_item_packed_refs?

Returns true if this enum value equals GIT_REPOSITORY_ITEM_PACKED_REFS

Source
git_repository_item_refs?

Returns true if this enum value equals GIT_REPOSITORY_ITEM_REFS

Source
git_repository_item_remotes?

Returns true if this enum value equals GIT_REPOSITORY_ITEM_REMOTES

Source
git_repository_item_workdir?

Returns true if this enum value equals GIT_REPOSITORY_ITEM_WORKDIR

Source
git_repository_item_worktrees?

Returns true if this enum value equals GIT_REPOSITORY_ITEM_WORKTREES

Source