We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb1770 commit b780cf9Copy full SHA for b780cf9
1 file changed
doc/man/config.rst
@@ -34,10 +34,10 @@ related values. To find all possible configuration options, run:
34
push.ask = true
35
36
- 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::
+ to all commits::
38
39
- [gentoo]
40
- push.signoff = true
+ [DEFAULT]
+ commit.signoff = true
41
42
- When committing, stage all files in current working directory (note that this
43
option doesn't expect value, therefore no value is defined post equal sign)::
0 commit comments