diff options
author | Mike Pagano <mpagano@gentoo.org> | 2020-03-07 11:38:31 -0500 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-03-07 18:37:38 +0100 |
commit | 1fea908ea8ff1c7a951f968660f3e844206be761 (patch) | |
tree | cdaf429d7b5559f928dc2f0b4c5250b6273e70b9 /ebuild-maintenance | |
parent | devbook.xsl: Bring admonitions in line with the wiki. (diff) | |
download | devmanual-1fea908ea8ff1c7a951f968660f3e844206be761.tar.gz devmanual-1fea908ea8ff1c7a951f968660f3e844206be761.tar.bz2 devmanual-1fea908ea8ff1c7a951f968660f3e844206be761.zip |
ebuild-maintenance/removal: Add git sign-off parameter to example.
Closes: https://bugs.gentoo.org/711810
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
[Order of options flipped.]
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ebuild-maintenance')
-rw-r--r-- | ebuild-maintenance/removal/text.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebuild-maintenance/removal/text.xml b/ebuild-maintenance/removal/text.xml index 6269e13..1d8da69 100644 --- a/ebuild-maintenance/removal/text.xml +++ b/ebuild-maintenance/removal/text.xml @@ -66,7 +66,7 @@ from the tree: <pre> # cd dev-qt # git rm -rf qtphonon -# git commit --gpg-sign +# git commit --signoff --gpg-sign </pre> <p> |