mirror of
https://github.com/git/git
synced 2024-11-05 18:59:29 +00:00
Documentation: receive.denyCurrentBranch defaults to 'refuse'
acd2a45
(Refuse updating the current branch in a non-bare repository
via push, 2009-02-11) changed the default to refuse such a push, but
it forgot to update the docs.
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
d23e7570a7
commit
7d182f52f1
1 changed files with 1 additions and 1 deletions
|
@ -1442,7 +1442,7 @@ receive.denyCurrentBranch::
|
||||||
out of sync with the index and working tree. If set to "warn",
|
out of sync with the index and working tree. If set to "warn",
|
||||||
print a warning of such a push to stderr, but allow the push to
|
print a warning of such a push to stderr, but allow the push to
|
||||||
proceed. If set to false or "ignore", allow such pushes with no
|
proceed. If set to false or "ignore", allow such pushes with no
|
||||||
message. Defaults to "warn".
|
message. Defaults to "refuse".
|
||||||
|
|
||||||
receive.denyNonFastForwards::
|
receive.denyNonFastForwards::
|
||||||
If set to true, git-receive-pack will deny a ref update which is
|
If set to true, git-receive-pack will deny a ref update which is
|
||||||
|
|
Loading…
Reference in a new issue