diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-02-23 09:21:53 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-02-23 09:21:53 +0100 |
commit | 396932f9fbb041b273da46b8000728a28e99de52 (patch) | |
tree | 36decb1f3ab0008dea23e558427827107ec037e0 /ebuild-maintenance | |
parent | ebuild-writing/misc-files/patches: Typo (diff) | |
download | devmanual-396932f9fbb041b273da46b8000728a28e99de52.tar.gz devmanual-396932f9fbb041b273da46b8000728a28e99de52.tar.bz2 devmanual-396932f9fbb041b273da46b8000728a28e99de52.zip |
ebuild-maintenance/git: Write tags in the same way as GLEP 66 does
Namely, Suggested-by: and Reported-by: with lowercase "by".
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ebuild-maintenance')
-rw-r--r-- | ebuild-maintenance/git/text.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ebuild-maintenance/git/text.xml b/ebuild-maintenance/git/text.xml index d58b35f..5240f6a 100644 --- a/ebuild-maintenance/git/text.xml +++ b/ebuild-maintenance/git/text.xml @@ -289,9 +289,9 @@ as --force) for the commit.</li> When committing <uri link="::ebuild-writing/user-submitted">user contributions</uri>, make sure to credit them in your commit message with the user's full name and email address. Be aware and respectful -of their privacy: some users prefer to be only known by a -nickname. Take advantage of the tags such as <c>Suggested-By</c> or -<c>Reported-By:</c>when entering such information to the commit +of their privacy: some users prefer to be only known by a nickname. +Take advantage of tags such as <c>Suggested-by:</c> or +<c>Reported-by:</c> when entering such information to the commit message. </p> |