Handbook
Glossary
git-line ( str -- contents )
Vocabulary
git
Inputs
str
an
object
Outputs
contents
an
object
Definition
USING:
kernel
sequences
;
IN:
git
:
git-line
( str -- contents )
git-lines
dup
length
1
=
[
first
]
[
expected-one-line
]
if
;