From 2f8aa8d53653c706334abac3da7dbd4669b38328 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 3 Dec 2018 09:27:19 -0800 Subject: [PATCH] make: changes-*: add markdown line breaks after first lines [ci skip] --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bcc59b802..1e03c8449 100644 --- a/Makefile +++ b/Makefile @@ -1238,7 +1238,7 @@ GITLOG=git log --abbrev-commit # verbose org-like changelog format, including hashes and --stat info for troubleshooting. # ORGNODE stands in for * until any * list bullets in commit messages have been rewritten. # %s=summary, %an=author name, %n=newline if needed, %b=long description, %h=hash -VERBOSEFMT=--pretty=format:'ORGNODE %s (%an)%n%b%h' --stat +VERBOSEFMT=--pretty=format:'ORGNODE %s (%an) %n%b%h' --stat changes-%-verbose: $(call def-help,changes-PKGID-verbose, show commits since the rev in PKGDIR/.CHANGES.seen in PKGDIR as verbose org nodes ) $(eval PKGID=$*) @@ -1252,7 +1252,7 @@ changes-top-verbose: $(call def-help,changes-top-verbose, show commits since the @$(GITLOG) $(VERBOSEFMT) $(REV).. -- . $(EXCLUDEPKGDIRS) | $(CLEANUPCHANGES) # org-like changelog format suitable for changelogs/release notes -CHANGELOGFMT=--pretty=format:'ORGNODE %s (%an)%n%b' +CHANGELOGFMT=--pretty=format:'ORGNODE %s (%an) %n%b' changes-%: $(call def-help,changes-PKGDIR, show commits since the rev in PKGDIR/.CHANGES.seen in PKGDIR as changelog-ready org nodes ) $(eval PKGID=$*)