]> git.ipfire.org Git - thirdparty/git.git/commit
SubmittingPatches: clarify DCO is our --signoff rule
authorJunio C Hamano <gitster@pobox.com>
Tue, 20 Oct 2020 01:03:54 +0000 (18:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Oct 2020 18:57:40 +0000 (11:57 -0700)
commita650fa74970bc7489dcc0c68c84f3f23460a6aca
tree0fcd2a4759e24dfe74e85951dc06e11ffdb735a1
parent53147b0d3bc0994104726ec790a4bcb7da68544e
SubmittingPatches: clarify DCO is our --signoff rule

The description on sign-off and DCO was written back in the days
where there was only a choice between "use sign-off and it means the
contributor agrees to the Linux-kernel style DCO" and "not using
sign-off at all will make your patch unusable".  These days, we are
trying to clarify that the exact meaning of a sign-off varies
project to project.

Let's be more explicit when presenting what _our_ rules are.  It is
of secondary importance that it originally came from the kernel
project, so move the description as a historical note at the end,
while cautioning that what a sign-off means to us may be different from
what it means to other projects contributors may have been used to.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Reviewed-by: Taylor Blau <me@ttaylorr.com>
Reviewed-by: Bradley M. Kuhn <bkuhn@sfconservancy.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/SubmittingPatches