make: changes-*: add markdown line breaks after first lines
[ci skip]
This commit is contained in:
parent
5cfe5456d6
commit
2f8aa8d536
4
Makefile
4
Makefile
@ -1238,7 +1238,7 @@ GITLOG=git log --abbrev-commit
|
|||||||
# verbose org-like changelog format, including hashes and --stat info for troubleshooting.
|
# 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.
|
# 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
|
# %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 )
|
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=$*)
|
$(eval PKGID=$*)
|
||||||
@ -1252,7 +1252,7 @@ changes-top-verbose: $(call def-help,changes-top-verbose, show commits since the
|
|||||||
@$(GITLOG) $(VERBOSEFMT) $(REV).. -- . $(EXCLUDEPKGDIRS) | $(CLEANUPCHANGES)
|
@$(GITLOG) $(VERBOSEFMT) $(REV).. -- . $(EXCLUDEPKGDIRS) | $(CLEANUPCHANGES)
|
||||||
|
|
||||||
# org-like changelog format suitable for changelogs/release notes
|
# 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 )
|
changes-%: $(call def-help,changes-PKGDIR, show commits since the rev in PKGDIR/.CHANGES.seen in PKGDIR as changelog-ready org nodes )
|
||||||
$(eval PKGID=$*)
|
$(eval PKGID=$*)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user