Handbook
Glossary
make-refs-path ( str -- path )
Vocabulary
git
Inputs
str
an
object
Outputs
path
an
object
Definition
USING:
io.pathnames
kernel
;
IN:
git
:
make-refs-path
( str -- path )
[
"refs/"
make-git-path
]
dip
append-path
;