Skip to content

Commit b780cf9

Browse files
committed
docs: fix signoff example
Fixes: #72 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent 5bb1770 commit b780cf9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/man/config.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ related values. To find all possible configuration options, run:
3434
push.ask = true
3535

3636
- Add `Signed-off-by` consenting to the `Certificate of Origin <https://www.gentoo.org/glep/glep-0076.html#certificate-of-origin>`_
37-
to all commits for the 'gentoo' repository::
37+
to all commits::
3838

39-
[gentoo]
40-
push.signoff = true
39+
[DEFAULT]
40+
commit.signoff = true
4141

4242
- When committing, stage all files in current working directory (note that this
4343
option doesn't expect value, therefore no value is defined post equal sign)::

0 commit comments

Comments
 (0)