mirror of
https://github.com/git-for-windows/git.git
synced 2026-06-15 18:49:48 -05:00
SubmittingPatches: note that trailer order matters
It matters where you put the s-o-b; it should be last. You are signing
off on the patch as well as the whole message up to that point.
This also makes it clear who added what:
Acked-by: The Reviewer <r@example.org>
Signed-off-by: The Contributor <c@example.org>
Acked-by: The (Late) Reviewer <late@example.org>
Signed-off-by: The Maintainer <m@example.org>
The the first ack was added by the contributor and the second one was
added by the maintainer.
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
6fb8c8e01d
commit
231608ec21
@@ -490,6 +490,11 @@ particular are not used in this project.
|
||||
Only capitalize the very first letter of the trailer, i.e. favor
|
||||
`Signed-off-by:` over `Signed-Off-By:` and `Acked-by:` over `Acked-By:`.
|
||||
|
||||
Note that these trailers should come before your `Signed-off-by:`
|
||||
trailer. You are signing off to the patch as well as the message. This
|
||||
also makes it clear who added trailers when multiple people have signed
|
||||
off on a patch.
|
||||
|
||||
[[ai]]
|
||||
=== Use of Artificial Intelligence (AI)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user