Git2::GitRepositoryInitFlagT
Inherits Enum < Comparable < Value < Object
Constants
GIT_REPOSITORY_INIT_BARE = 1_u32
GIT_REPOSITORY_INIT_NO_REINIT = 2_u32
GIT_REPOSITORY_INIT_NO_DOTGIT_DIR = 4_u32
GIT_REPOSITORY_INIT_MKDIR = 8_u32
GIT_REPOSITORY_INIT_MKPATH = 16_u32
GIT_REPOSITORY_INIT_EXTERNAL_TEMPLATE = 32_u32
GIT_REPOSITORY_INIT_RELATIVE_GITLINK = 64_u32
None = 0_u32
All = 127_u32
Instance methods
git_repository_init_external_template?
Returns true if this enum value contains GIT_REPOSITORY_INIT_EXTERNAL_TEMPLATE
git_repository_init_mkpath?
Returns true if this enum value contains GIT_REPOSITORY_INIT_MKPATH
git_repository_init_no_dotgit_dir?
Returns true if this enum value contains GIT_REPOSITORY_INIT_NO_DOTGIT_DIR
git_repository_init_no_reinit?
Returns true if this enum value contains GIT_REPOSITORY_INIT_NO_REINIT
git_repository_init_relative_gitlink?
Returns true if this enum value contains GIT_REPOSITORY_INIT_RELATIVE_GITLINK
none?
Source