Handbook
Glossary
parse-ref ( string -- string' )
Vocabulary
git
Inputs
string
an
object
Outputs
string'
an
object
Definition
USING:
kernel
;
IN:
git
:
parse-ref
( string -- string' )
dup
git-hash?
[
parse-ref-line
]
unless
;