aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-05-13 08:55:19 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-05-13 09:03:51 +0300
commit0842965dd8316d176c24e56c88766a9e8b61bf0f (patch)
tree27db7b5a4a2ebd531e82ac08c36f145ad2fbe51f /doc
parentpkgdev manifest: add --ignore-fetch-restricted (diff)
downloadpkgdev-0842965dd8316d176c24e56c88766a9e8b61bf0f.tar.gz
pkgdev-0842965dd8316d176c24e56c88766a9e8b61bf0f.tar.bz2
pkgdev-0842965dd8316d176c24e56c88766a9e8b61bf0f.zip
pkgdev commit: make sign-off off by default
Make sign-off off by default, and enable the user to pass if manually using `--signoff`, or by setting `commit.signoff` in config file. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/man/config.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/man/config.rst b/doc/man/config.rst
index dbed14c..6861c55 100644
--- a/doc/man/config.rst
+++ b/doc/man/config.rst
@@ -33,6 +33,11 @@ related values. To find all possible configuration options, run:
[gentoo]
push.ask = true
+- Sign off all commits for the 'gentoo' repository::
+
+ [gentoo]
+ push.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)::