Skip to content

Instantly share code, notes, and snippets.

@stokito
Created March 16, 2024 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stokito/4cb53885bd07501b4c54305f4418deee to your computer and use it in GitHub Desktop.
Save stokito/4cb53885bd07501b4c54305f4418deee to your computer and use it in GitHub Desktop.
git commit message authors tags: Signed-off-by, Acked-by, Tested-by, Reviewed-by

Signed-off-by: certifies that you wrote it or otherwise have the right to pass it on as a open-source patch. Specifically, that you agree to the Developer's Certificate of Origin

Acked-by: If a person was not directly involved in the preparation or handling of a patch but wishes to signify and record their approval of it then they can arrange to have an Acked-by: line. Acked-by: does not necessarily indicate acknowledgement of the entire patch.

Tested-by: A Tested-by: tag indicates that the patch has been successfully tested (in some environment) by the person named. This tag informs maintainers that some testing has been performed, provides a means to locate testers for future patches, and ensures credit for the testers.

Reviewed-by: A Reviewed-by tag is a statement of opinion that the patch is an appropriate modification without any remaining serious technical issues. Any interested reviewer (who has done the work) can offer a Reviewed-by tag for a patch.

Also we have Co-developed-by:, Reported-by:, Reported-by:, Tested-by:, Reviewed-by:, Suggested-by

Here is a doc about them all https://lxr.linux.no/linux/Documentation/process/submitting-patches.rst

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment