Handbook
Glossary
git-log ( from to -- lines )
Vocabulary
irc
.
gitbot
Inputs
from
an
object
to
an
object
Outputs
lines
an
object
Definition
USING:
io.launcher
make
sequences
;
IN:
irc.gitbot
:
git-log
( from to -- lines )
[
"git"
,
"log"
,
"--no-merges"
,
"--pretty=format:%h %an: %s"
,
".."
glue
,
]
{
}
make
process-lines
;