From: Kashyap Chamarthy Date: Fri, 19 Nov 2021 19:31:18 +0000 (+0100) Subject: docs: List more commit-message tags in "submitting-a-patch" X-Git-Tag: v6.2.0-rc2~6^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=93e86b1664951f02fceed9ac312576f60232d503;p=thirdparty%2Fqemu.git docs: List more commit-message tags in "submitting-a-patch" Add some more examples of commonly used commit-message tags. (Thanks: Alex Bennée) Signed-off-by: Kashyap Chamarthy Message-Id: <20211119193118.949698-3-kchamart@redhat.com> Reviewed-by: Eric Blake Signed-off-by: Thomas Huth --- diff --git a/docs/devel/submitting-a-patch.rst b/docs/devel/submitting-a-patch.rst index 6acded5c93b..e51259eb9ca 100644 --- a/docs/devel/submitting-a-patch.rst +++ b/docs/devel/submitting-a-patch.rst @@ -195,6 +195,10 @@ Example:: Resolves: https://gitlab.com/qemu-project/qemu/-/issues/42 Buglink: https://bugs.launchpad.net/qemu/+bug/1804323`` +Some other tags that are used in commit messages include "Message-Id:" +"Tested-by:", "Acked-by:", "Reported-by:", "Suggested-by:". See ``git +log`` for these keywords for example usage. + .. _test_your_patches: Test your patches