Merge branch 'wk/man-deny-current-branch-is-default-these-days' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 27 Feb 2013 18:01:21 +0000 (10:01 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Feb 2013 18:01:21 +0000 (10:01 -0800)
* wk/man-deny-current-branch-is-default-these-days:
user-manual: typofix (ofthe->of the)
user-manual: Update for receive.denyCurrentBranch=refuse

Documentation/user-manual.txt
index 52c8523c7dc1048f0f8f04b334071d4bfefee685..20e5b4216d3bf25b826ed5c835ec1a2d4594c3f5 100644 (file)
@@ -2004,9 +2004,10 @@ handling this case.
 
 Note that the target of a "push" is normally a
 <<def_bare_repository,bare>> repository.  You can also push to a
-repository that has a checked-out working tree, but the working tree
-will not be updated by the push.  This may lead to unexpected results if
-the branch you push to is the currently checked-out branch!
+repository that has a checked-out working tree, but a push to update the
+currently checked-out branch is denied by default to prevent confusion.
+See the description of the receive.denyCurrentBranch option
+in linkgit:git-config[1] for details.
 
 As with `git fetch`, you may also set up configuration options to
 save typing; so, for example: