tools: make showreleaseauthors

This commit is contained in:
Simon Michael 2017-07-01 18:39:18 +01:00
parent 112668f10c
commit f40c19165d

View File

@ -1077,7 +1077,7 @@ haddock: \
# # hoogle --convert=main.txt --output=default.hoo # # hoogle --convert=main.txt --output=default.hoo
CHANGELOGSTART=`git describe --tags --abbrev=0` CHANGELOGSTART=`git describe --tags --abbrev=0`
#CHANGELOGSTART=2b4e7cdb #CHANGELOGSTART=hledger-1.2
changelog-draft: \ changelog-draft: \
$(call def-help,changelog-draft, print commits since last tag as org-mode nodes for drafting changelogs/release notes. Eg: make changelog-draft >>doc/CHANGES.draft.org ) $(call def-help,changelog-draft, print commits since last tag as org-mode nodes for drafting changelogs/release notes. Eg: make changelog-draft >>doc/CHANGES.draft.org )
@ -1371,14 +1371,10 @@ hackageupload: \
# @darcs changes --from-tag $(FROMTAG) --count # @darcs changes --from-tag $(FROMTAG) --count
# @echo # @echo
# # XXX showreleaseauthors: \
# showreleaseauthors: \ $(call def-help,showreleaseauthors, show author names since last release)
# $(call def-help,showreleaseauthors,\ @echo Commit authors since last release:
# \ @git shortlog -sn $(CHANGELOGSTART)..
# )
# @echo Patch authors since last release:
# @darcs changes --from-tag $(FROMTAG) |grep '^\w' |cut -c 31- |sort |uniq
# @echo
cloc: \ cloc: \
$(call def-help,cloc, count lines of source code ) $(call def-help,cloc, count lines of source code )