Handbook
Glossary
changelog ( -- authors )
Vocabulary
contributors
Inputs
None
Outputs
authors
an
object
Definition
USING:
io.directories
io.launcher
io.pathnames
system
;
IN:
contributors
:
changelog
( -- authors )
image-path
parent-directory
[
"git log --no-merges --pretty=format:%aN"
process-lines
]
with-directory
;