commit: 9456029d947d7ef31d1ac3c7b4e9b526beb630be Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> AuthorDate: Sat Jul 29 20:46:10 2017 +0000 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> CommitDate: Sat Jul 29 20:46:10 2017 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=9456029d
ebuild-maintenance: remove uses of <comment> and <keyword> They are renmants of the handbook and have no use in devmanual. The generated HTML outputs are identical with and without these tags. ebuild-maintenance/text.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml index 859b473..e1bebaf 100644 --- a/ebuild-maintenance/text.xml +++ b/ebuild-maintenance/text.xml @@ -582,9 +582,10 @@ from the tree: </p> <pre caption="Removing a package from git"> -<comment>#</comment> <keyword>cd</keyword> dev-util -<comment>#</comment> <keyword>git</keyword> rm -rf pmk -<comment>#</comment> <keyword>git</keyword> commit --gpg-sign</pre> +# cd dev-util +# git rm -rf pmk +# git commit --gpg-sign +</pre> <p> An example commit message is shown below:
