enum

Git2::GitRepositoryInitModeT

Inherits Enum < Comparable < Value < Object

Constants

GIT_REPOSITORY_INIT_SHARED_UMASK = 0
GIT_REPOSITORY_INIT_SHARED_GROUP = 1533
GIT_REPOSITORY_INIT_SHARED_ALL = 1535

Instance methods

git_repository_init_shared_all?

Returns true if this enum value equals GIT_REPOSITORY_INIT_SHARED_ALL

Source
git_repository_init_shared_group?

Returns true if this enum value equals GIT_REPOSITORY_INIT_SHARED_GROUP

Source
git_repository_init_shared_umask?

Returns true if this enum value equals GIT_REPOSITORY_INIT_SHARED_UMASK

Source