aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-05-23 22:07:43 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-05-23 22:07:43 +0300
commitb780cf967804cb532421ef7cced5f1964224d8dd (patch)
tree8ded5111ca0aec72effa2cd910166a5987d53f26 /doc
parentNew release 0.2.1 (diff)
downloadpkgdev-b780cf967804cb532421ef7cced5f1964224d8dd.tar.gz
pkgdev-b780cf967804cb532421ef7cced5f1964224d8dd.tar.bz2
pkgdev-b780cf967804cb532421ef7cced5f1964224d8dd.zip
docs: fix signoff example
Fixes: https://github.com/pkgcore/pkgdev/issues/72 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/man/config.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/config.rst b/doc/man/config.rst
index 0606ca2..c809824 100644
--- 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)::