]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove authors from gitchangelog output
authorNicki Křížek <nicki@isc.org>
Mon, 15 Jul 2024 13:59:19 +0000 (15:59 +0200)
committerNicki Křížek <nicki@isc.org>
Wed, 24 Jul 2024 15:43:10 +0000 (17:43 +0200)
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.

contrib/gitchangelog/gitchangelog.py

index bd71d25bfffdf33a51e0c7f00f986105025d833d..84380bab759e405f177732c552e0d20036e2f0ec 100755 (executable)
@@ -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"