projects
/
eow
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add dequeue-all method
[eow]
/
log.lisp
1
(in-package :empire-log)
2
3
(defun info (&rest args)
4
(apply #'format *standard-output* args)
5
(terpri *standard-output*))
6