2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

Remove authors from gitchangelog output

Given our workflow, this could easily lead to misattribution. It's also
not an actionable information and it can be found in the MR / git log
instead.
This commit is contained in:
Nicki Křížek 2024-07-15 15:59:19 +02:00
parent 9f90c1c65e
commit a8258d1c53
No known key found for this signature in database
GPG Key ID: 01623B9B652A20A7

View File

@ -1508,7 +1508,6 @@ def rest_py(data, opts={}):
def render_commit(commit, opts=opts):
subject = commit["subject"]
subject += " [%s]" % (", ".join(commit["authors"]),)
entry = indent("\n".join(textwrap.wrap(subject)), first="- ").strip() + "\n"