summaryrefslogtreecommitdiff
path: root/dev-util/pkgdev/files/pkgdev-0.2.1-fix-signoff-example.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/pkgdev/files/pkgdev-0.2.1-fix-signoff-example.patch')
-rw-r--r--dev-util/pkgdev/files/pkgdev-0.2.1-fix-signoff-example.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-util/pkgdev/files/pkgdev-0.2.1-fix-signoff-example.patch b/dev-util/pkgdev/files/pkgdev-0.2.1-fix-signoff-example.patch
deleted file mode 100644
index 9fddf8a768fb..000000000000
--- a/dev-util/pkgdev/files/pkgdev-0.2.1-fix-signoff-example.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-https://github.com/pkgcore/pkgdev/commit/b780cf967804cb532421ef7cced5f1964224d8dd
-
-From: Arthur Zamarin <arthurzam@gentoo.org>
-Date: Mon, 23 May 2022 22:07:43 +0300
-Subject: [PATCH] docs: fix signoff example
-
-Fixes: https://github.com/pkgcore/pkgdev/issues/72
-Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
---- a/doc/man/config.rst
-+++ b/doc/man/config.rst
-@@ -34,10 +34,10 @@ related values. To find all possible configuration options, run:
- push.ask = true
-
- - Add `Signed-off-by` consenting to the `Certificate of Origin <https://www.gentoo.org/glep/glep-0076.html#certificate-of-origin>`_
-- to all commits for the 'gentoo' repository::
-+ to all commits::
-
-- [gentoo]
-- push.signoff = true
-+ [DEFAULT]
-+ commit.signoff = true
-
- - When committing, stage all files in current working directory (note that this
- option doesn't expect value, therefore no value is defined post equal sign)::
-