diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-03-17 14:24:08 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-03-17 14:24:08 -0700 |
commit | f1ba1c90e1704e937ff59ee510a8d46a5ab52a1a (patch) | |
tree | b793a66daa451a52f98f6b785ef3b4639f3184d9 /Documentation/config.txt | |
parent | Merge branch 'maint' (diff) | |
parent | Documentation: receive.denyCurrentBranch defaults to 'refuse' (diff) | |
download | tgif-f1ba1c90e1704e937ff59ee510a8d46a5ab52a1a.tar.xz |
Merge branch 'maint'
* maint:
Documentation: receive.denyCurrentBranch defaults to 'refuse'
bash: complete *_HEAD refs if present
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index c80262bc37..805e0511ff 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1453,7 +1453,7 @@ receive.denyCurrentBranch:: 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 proceed. If set to false or "ignore", allow such pushes with no - message. Defaults to "warn". + message. Defaults to "refuse". receive.denyNonFastForwards:: If set to true, git-receive-pack will deny a ref update which is |