enum
Git::Errno
Defined in:
git.crEnum Members
-
OK =
0
-
Error =
-1
-
NotFound =
-3
-
Exists =
-4
-
Ambiguous =
-5
-
OutputBufferTooShort =
-6
-
User =
-7
-
BareRepo =
-8
-
UnbornBranch =
-9
-
Unmerged =
-10
-
CannotFastForward =
-11
-
InvalidRefSpec =
-12
-
Conflict =
-13
-
Locked =
-14
-
Modified =
-15
-
AuthError =
-16
-
InvalidCertificate =
-17
-
AlreadyApplied =
-18
-
PeelImpossible =
-19
-
UnexpectedEOF =
-20
-
Invalid =
-21
-
Uncommitted =
-22
-
Directory =
-23
-
MergeConflict =
-24
-
Passthrough =
-30
-
IterationFinished =
-31
-
Retry =
-32
-
HashsumMismatch =
-33
-
IndexDirty =
-34
-
PatchFailed =
-35
-
NotOwned =
-36
-
Timeout =
-37
Instance Method Summary
-
#already_applied?
Returns
true
if this enum value equalsAlreadyApplied
-
#ambiguous?
Returns
true
if this enum value equalsAmbiguous
-
#auth_error?
Returns
true
if this enum value equalsAuthError
-
#bare_repo?
Returns
true
if this enum value equalsBareRepo
-
#cannot_fast_forward?
Returns
true
if this enum value equalsCannotFastForward
-
#conflict?
Returns
true
if this enum value equalsConflict
-
#directory?
Returns
true
if this enum value equalsDirectory
-
#error?
Returns
true
if this enum value equalsError
-
#exists?
Returns
true
if this enum value equalsExists
-
#hashsum_mismatch?
Returns
true
if this enum value equalsHashsumMismatch
-
#index_dirty?
Returns
true
if this enum value equalsIndexDirty
-
#invalid?
Returns
true
if this enum value equalsInvalid
-
#invalid_certificate?
Returns
true
if this enum value equalsInvalidCertificate
-
#invalid_ref_spec?
Returns
true
if this enum value equalsInvalidRefSpec
-
#iteration_finished?
Returns
true
if this enum value equalsIterationFinished
-
#locked?
Returns
true
if this enum value equalsLocked
-
#merge_conflict?
Returns
true
if this enum value equalsMergeConflict
-
#modified?
Returns
true
if this enum value equalsModified
-
#not_found?
Returns
true
if this enum value equalsNotFound
-
#not_owned?
Returns
true
if this enum value equalsNotOwned
-
#ok?
Returns
true
if this enum value equalsOK
-
#output_buffer_too_short?
Returns
true
if this enum value equalsOutputBufferTooShort
-
#passthrough?
Returns
true
if this enum value equalsPassthrough
-
#patch_failed?
Returns
true
if this enum value equalsPatchFailed
-
#peel_impossible?
Returns
true
if this enum value equalsPeelImpossible
-
#retry?
Returns
true
if this enum value equalsRetry
-
#timeout?
Returns
true
if this enum value equalsTimeout
-
#unborn_branch?
Returns
true
if this enum value equalsUnbornBranch
-
#uncommitted?
Returns
true
if this enum value equalsUncommitted
-
#unexpected_eof?
Returns
true
if this enum value equalsUnexpectedEOF
-
#unmerged?
Returns
true
if this enum value equalsUnmerged
-
#user?
Returns
true
if this enum value equalsUser