Merge branch 'vs/doc-spell' into maint
[gitweb.git] / Documentation / config.txt
index e15c6123f4abbeb762d05ac8f2720635b4d35c36..7fffee7e3de29181479da083b086bf537c6f9354 100644 (file)
@@ -1560,6 +1560,10 @@ receive.denyDeletes::
        If set to true, git-receive-pack will deny a ref update that deletes
        the ref. Use this to prevent such a ref deletion via a push.
 
+receive.denyDeleteCurrent::
+       If set to true, git-receive-pack will deny a ref update that
+       deletes the currently checked out branch of a non-bare repository.
+
 receive.denyCurrentBranch::
        If set to true or "refuse", git-receive-pack will deny a ref update
        to the currently checked out branch of a non-bare repository.