Handbook
Glossary
parse-new-git-object ( string class -- commit )
Vocabulary
git
Inputs
string
an
object
class
an
object
Outputs
commit
an
object
Definition
USING:
kernel
sequences
;
IN:
git
:
parse-new-git-object
( string class -- commit )
new
swap
git-string>assoc
[
first2
set-git-object-field
]
each
;
inline