mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +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:
@@ -1508,7 +1508,6 @@ def rest_py(data, opts={}):
|
|||||||
|
|
||||||
def render_commit(commit, opts=opts):
|
def render_commit(commit, opts=opts):
|
||||||
subject = commit["subject"]
|
subject = commit["subject"]
|
||||||
subject += " [%s]" % (", ".join(commit["authors"]),)
|
|
||||||
|
|
||||||
entry = indent("\n".join(textwrap.wrap(subject)), first="- ").strip() + "\n"
|
entry = indent("\n".join(textwrap.wrap(subject)), first="- ").strip() + "\n"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user