irc.gitbot: fix command.

locals-and-roots
Doug Coleman 2016-05-09 16:07:15 -07:00
parent 3f27df6d0a
commit 7ced47a6b1
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ M: object handle-message drop ;
: git-log ( from to -- lines )
[
"git-log" ,
"git" ,
"log" ,
"--no-merges" ,
"--pretty=format:%h %an: %s" ,
".." glue ,