]> source.dussan.org Git - gitea.git/commit
Make Co-committed-by and co-authored-by trailers optional (#17848)
authorzeripath <art27@cantab.net>
Mon, 29 Nov 2021 07:09:55 +0000 (07:09 +0000)
committerGitHub <noreply@github.com>
Mon, 29 Nov 2021 07:09:55 +0000 (07:09 +0000)
commitb5a9ee94fd1f3bbe35bd19dfc4c7025e9f8e0768
treee652f3bdb8c9886c70289542b300bed8fd9f446f
parent3fec2cb3d3957f8260ce42163a5197a8551b8390
Make Co-committed-by and co-authored-by trailers optional (#17848)

This PR adds another option to app.ini make co-committed-by and co-authored-by trailers
optional on a per server basis.

Fix #17194

Signed-off-by: Andrew Thornton <art27@cantab.net>
custom/conf/app.example.ini
docs/content/doc/advanced/config-cheat-sheet.en-us.md
modules/setting/repository.go
services/pull/merge.go