git-log ( from to -- lines )


Vocabulary
irc.gitbot

Inputs
froman object
toan object


Outputs
linesan object


Definition


: git-log ( from to -- lines )
[
"git" , "log" , "--no-merges" ,
"--pretty=format:%h %an: %s" , ".." glue ,
] { } make process-lines ;