"make show-authors" lists patch authors since last release
This commit is contained in:
parent
99e326a77c
commit
d005833741
5
Makefile
5
Makefile
@ -117,6 +117,11 @@ show-changes:
|
|||||||
@echo
|
@echo
|
||||||
@darcs changes --from-tag . | grep '*'
|
@darcs changes --from-tag . | grep '*'
|
||||||
|
|
||||||
|
show-authors:
|
||||||
|
@echo Patch authors since last release:
|
||||||
|
@echo
|
||||||
|
@darcs changes --from-tag . |grep '^\w' |cut -c 31- |sort |uniq
|
||||||
|
|
||||||
sloc:
|
sloc:
|
||||||
@echo "test code:"
|
@echo "test code:"
|
||||||
@sloccount Tests.hs | grep haskell:
|
@sloccount Tests.hs | grep haskell:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user