Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-maintenance/git/
Date: Tue, 23 Feb 2021 08:29:36
Message-Id: 1614068513.396932f9fbb041b273da46b8000728a28e99de52.ulm@gentoo
1 commit: 396932f9fbb041b273da46b8000728a28e99de52
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 23 08:21:53 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 23 08:21:53 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=396932f9
7
8 ebuild-maintenance/git: Write tags in the same way as GLEP 66 does
9
10 Namely, Suggested-by: and Reported-by: with lowercase "by".
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 ebuild-maintenance/git/text.xml | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/ebuild-maintenance/git/text.xml b/ebuild-maintenance/git/text.xml
18 index d58b35f..5240f6a 100644
19 --- a/ebuild-maintenance/git/text.xml
20 +++ b/ebuild-maintenance/git/text.xml
21 @@ -289,9 +289,9 @@ as --force) for the commit.</li>
22 When committing <uri link="::ebuild-writing/user-submitted">user
23 contributions</uri>, make sure to credit them in your commit message
24 with the user's full name and email address. Be aware and respectful
25 -of their privacy: some users prefer to be only known by a
26 -nickname. Take advantage of the tags such as <c>Suggested-By</c> or
27 -<c>Reported-By:</c>when entering such information to the commit
28 +of their privacy: some users prefer to be only known by a nickname.
29 +Take advantage of tags such as <c>Suggested-by:</c> or
30 +<c>Reported-by:</c> when entering such information to the commit
31 message.
32 </p>