SubmittingPatches: move discussion of Signed-off-by above "send"
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Mon, 7 Jun 2021 11:03:41 +0000 (13:03 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Jun 2021 00:43:23 +0000 (09:43 +0900)
commitb22ee83125c96f9d2f9fc1d21494cbf402b5f41f
tree89c150000662f30aa7227c5daf5987bb13efe5c4
parent48bf2fa8bad054d66bd79c6ba903c89c704201f7
SubmittingPatches: move discussion of Signed-off-by above "send"

Move the section discussing the addition of a SOB trailer above the
section that discusses generating the patch itself. This makes sense
as we don't want someone to go through the process of "git
format-patch", only to realize late that they should have used "git
commit -s" or equivalent.

This is a move-only change, no lines here are being altered, only
moved around.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/SubmittingPatches