Handbook
Glossary
make-pack-path ( sha -- path )
Vocabulary
git
Inputs
sha
an
object
Outputs
path
an
object
Definition
USING:
sequences
;
IN:
git
:
make-pack-path
( sha -- path )
"objects/pack/pack-"
".pack"
surround
make-git-path
;