From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 277131396DA for ; Sat, 14 Oct 2017 09:20:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 575132BC054; Sat, 14 Oct 2017 09:20:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37D902BC054 for ; Sat, 14 Oct 2017 09:20:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0088433BEC0 for ; Sat, 14 Oct 2017 09:20:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 290F231D for ; Sat, 14 Oct 2017 09:20:01 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1507972598.b52c5d7071a4f1221fb563967f1684cdf6fe2a18.ulm@gentoo> Subject: [gentoo-commits] data/glep:master commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0066.rst X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b52c5d7071a4f1221fb563967f1684cdf6fe2a18 X-VCS-Branch: master Date: Sat, 14 Oct 2017 09:20:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d134cca6-a561-44a3-9d77-897b8ea7c597 X-Archives-Hash: ba110fb269b72f24c7d4886f1c4e735c commit: b52c5d7071a4f1221fb563967f1684cdf6fe2a18 Author: Michał Górny gentoo org> AuthorDate: Thu Oct 12 07:03:35 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Oct 14 09:16:38 2017 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=b52c5d70 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 010abe9..e531f48 100644 --- a/glep-0066.rst +++ b/glep-0066.rst @@ -187,7 +187,8 @@ A few tags of common use are: - ``Acked-by: Full Name `` — commit approved by another person (usually without detailed review), - - ``Reported-by: Full Name `` — usually indicates + - ``Reported-by: Full Name ``, + - ``Reviewed-by: Full Name `` — usually indicates full review, - ``Signed-off-by: Full Name `` — DCO approval (not used in Gentoo right now),