]> git.ipfire.org Git - thirdparty/git.git/commit
SubmittingPatches: discourage new trailers
authorJosh Soref <jsoref@gmail.com>
Thu, 28 Dec 2023 04:55:19 +0000 (04:55 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Dec 2023 05:33:23 +0000 (21:33 -0800)
commitac9fff2bf1ca4174efeac57ff1ef43df8a6b9517
tree702eec348e33c5d920c7aa147140afbf336aa0ab
parent127106294a591ebbc8400ac691e271b58e843f09
SubmittingPatches: discourage new trailers

There seems to be consensus amongst the core Git community on a working
set of common trailers, and there are non-trivial costs to people
inventing new trailers (research to discover what they mean/how they
differ from existing trailers) such that inventing new ones is generally
unwarranted and not something to be recommended to new contributors.

Suggested-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Josh Soref <jsoref@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/SubmittingPatches