Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
git
master
Git
AmendData
Blame
Hunk
Blob
Branch
BranchCollection
BranchType
Commit
CommitData
DeltaType
Diff
DiffDelta
DiffFile
DiffHunk
DiffLine
Type
Error
ErrorClass
Filemode
NotFoundError
Object
ODB
OdbObject
Oid
OType
Patch
Reference
ReferenceCollection
RefLog
RefLogEntry
RefType
Remote
RemoteCollection
Repo
Repository
RevWalk
Signature
Sort
Tag
Annotation
TagCollection
Tree
TreeBuilder
TreeEntry
TreewalkMode
Generated using Crystal 1.16.3
2026-02-28 10:42:06 UTC
class
Git::
Oid
Git::Oid
Git::C_Object
Git::C_Value
Git::NoError
Reference
Object
Defined in:
git/oid.cr
Constructors
.new
(value : LibGit::Oid)
.new
(sha : String)
Instance Method Summary
#<=>
(other : Oid)
#==
(other : Oid)
#to_s
(io)
Instance methods inherited from class
Git::C_Object
p
p
Instance methods inherited from class
Git::C_Value
==(other :
self
)
==
,
to_unsafe
to_unsafe
Constructor Detail
def self.
new
(value : LibGit::Oid)
#
[
View source
]
def self.
new
(sha : String)
#
[
View source
]
Instance Method Detail
def
<=>
(other :
Oid
)
#
[
View source
]
def
==
(other :
Oid
)
#
[
View source
]
def
to_s
(io)
#
[
View source
]