Skip to content

Commit

Permalink
contributing: Signed-off-by tags should come last.
Browse files Browse the repository at this point in the history
Acked-by: Flavio Leitner <fbl@sysclose.org>
Reviewed-by: Greg Rose <gvrose8192@gmail.com>
Suggested-by: Gregory Rose <gvrose8192@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
  • Loading branch information
blp committed Oct 31, 2018
1 parent f992b09 commit fd5261d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Documentation/internals/contributing/submitting-patches.rst
Expand Up @@ -160,6 +160,12 @@ Examples of common tags follow.
If the author and submitter are different, each must sign off. If the patch
has more than one author, all must sign off.

Signed-off-by tags should be the last tags in the commit message. If the
author (or authors) and submitter are different, the author tags should come
first. More generally, occasionally a patch might pass through a chain of
submitters, and in such a case the sign-offs should be arranged in
chronological order.

::

Signed-off-by: Author Name <author.name@email.address...>
Expand Down

0 comments on commit fd5261d

Please sign in to comment.