Handbook
Glossary
read-sha1-delta ( size -- obj )
Vocabulary
git
Inputs
size
an
object
Outputs
obj
an
object
Definition
USING:
arrays
compression.zlib
hex-strings
io
kernel
;
IN:
git
:
read-sha1-delta
( size -- obj )
[
20
read
bytes>hex-string
git-object-from-pack
]
dip
read
uncompress
2array
;