Handbook
Glossary
git-log-for-ref ( ref -- log )
Vocabulary
git
Inputs
ref
an
object
Outputs
log
an
object
Definition
USING:
hex-strings
kernel
;
IN:
git
:
git-log-for-ref
( ref -- log )
dup
sha1-string?
[
git-line
]
unless
git-read-object
;