Handbook
Glossary
<commit> ( tree parents author committer -- obj )
Vocabulary
git
Inputs
tree
an
object
parents
an
object
author
an
object
committer
an
object
Outputs
obj
an
object
Definition
USING:
constructors
;
IN:
git
:
<commit>
( tree parents author committer -- obj )
{
"tree"
"parents"
"author"
"committer"
}
\
commit
slots>boa
;