enum Git::Errno

Defined in:

git.cr

Enum Members

OK = 1
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
None = 0
All = -1

Instance Method Summary

Instance Method Detail

def already_applied? #

[View source]
def ambiguous? #

[View source]
def auth_error? #

[View source]
def bare_repo? #

[View source]
def cannot_fast_forward? #

[View source]
def conflict? #

[View source]
def directory? #

[View source]
def error? #

[View source]
def exists? #

[View source]
def hashsum_mismatch? #

[View source]
def index_dirty? #

[View source]
def invalid? #

[View source]
def invalid_certificate? #

[View source]
def invalid_ref_spec? #

[View source]
def iteration_finished? #

[View source]
def locked? #

[View source]
def merge_conflict? #

[View source]
def modified? #

[View source]
def none? #

[View source]
def not_found? #

[View source]
def not_owned? #

[View source]
def ok? #

[View source]
def output_buffer_too_short? #

[View source]
def passthrough? #

[View source]
def patch_failed? #

[View source]
def peel_impossible? #

[View source]
def retry? #

[View source]
def timeout? #

[View source]
def unborn_branch? #

[View source]
def uncommitted? #

[View source]
def unexpected_eof? #

[View source]
def unmerged? #

[View source]
def user? #

[View source]