push: the beginning of "git push --signed"
[gitweb.git] / Documentation / config.txt
index c55c22ab7be94e798164a48622aca21dd4daa44f..0d01e3288817130e4e3bc514c5bd2ebd31e37dd8 100644 (file)
@@ -2038,6 +2038,12 @@ rebase.autostash::
        successful rebase might result in non-trivial conflicts.
        Defaults to false.
 
+receive.acceptpushcert::
+       By default, `git receive-pack` will advertise that it
+       accepts `git push --signed`.  Setting this variable to
+       false disables it (this is a tentative variable that
+       will go away at the end of this series).
+
 receive.autogc::
        By default, git-receive-pack will run "git-gc --auto" after
        receiving data from git-push and updating refs.  You can stop