From effdb12f3d34ac5497d8d4ff109e7e9f35996c1f Mon Sep 17 00:00:00 2001
From: Ulrich Müller
Date: Wed, 4 Dec 2019 17:04:52 +0100
Subject: Fix nesting of elements.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- Lists inside are not allowed.
-
is not a direct child of ; it must be inside - .
-
, , etc. are no children of .
Signed-off-by: Ulrich Müller
---
ebuild-maintenance/git/text.xml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
(limited to 'ebuild-maintenance')
diff --git a/ebuild-maintenance/git/text.xml b/ebuild-maintenance/git/text.xml
index 8c83344..70fa46a 100644
--- a/ebuild-maintenance/git/text.xml
+++ b/ebuild-maintenance/git/text.xml
@@ -216,6 +216,7 @@ change followed by a colon ':' character. Use the rules in the
following list to determine the proper format based on what has
changed, substituting the package, category and eclass names
appropriately:
+
- ${CATEGORY}/${PN}:Single Package (Note that repoman commit
@@ -227,6 +228,7 @@ automatically inserts this for you)
- metadata: Metadata Directory
+
For packages where ${CATEGORY}/${PN}: is long, the line length
limit can be exceeded, if absolutely necessary, to ensure a more
useful summary line. If a commit affects multiple directories, prepend
@@ -235,6 +237,7 @@ there are any bugs on Gentoo Bugzilla associated with the commit, id
of the bug can be appended to the summary line using the format
#BUG-ID. If you are modifying keywords, clearly state what
keywords are added/removed.
+
By default, lines starting with # are considered to be comments
@@ -243,7 +246,6 @@ line does not start with #BUG-ID. Optionally, git can be
configured to use a different character for comments by changing the
commentchar option.
-
For non-trivial commits, the message should contain a detailed
@@ -260,6 +262,7 @@ explained in the
Linux Kernel patch guideline. Additionally, the following tags
are optionally used in Gentoo:
+
- Bug: Use this to reference bugs without closing them.
@@ -281,7 +284,6 @@ automatically with reference to the commit.
repoman commit and records the options passed to repoman (such
as --force) for the commit.
-
Additionally, some developers prefer referencing bugs on the summary
--
cgit v1.2.3-65-gdbad