commit: 2b9114d3dd0effe856f7a13f89acaba382a60823 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Oct 12 07:03:35 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Oct 12 07:03:35 2017 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=2b9114d3
glep-0066: Fix accidentally collapsing Reported-by & Reviewed-by glep-0066.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/glep-0066.rst b/glep-0066.rst index c67d236..0a8e4b5 100644 --- a/glep-0066.rst +++ b/glep-0066.rst @@ -187,7 +187,8 @@ A few tags of common use are: - ``Acked-by: Full Name <[email protected]>`` — commit approved by another person (usually without detailed review), - - ``Reported-by: Full Name <[email protected]>`` — usually indicates + - ``Reported-by: Full Name <[email protected]>``, + - ``Reviewed-by: Full Name <[email protected]>`` — usually indicates full review, - ``Signed-off-by: Full Name <[email protected]>`` — DCO approval (not used in Gentoo right now),
