mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
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.
|
||||
# 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=$*)
|
||||
|
Loading…
Reference in New Issue
Block a user