pkt-line: move a misplaced comment
[gitweb.git] / Documentation / user-manual.txt
index 32cadc3f73efdabcebd4d3e49b5597e5a5dbd504..a4778d725c7ae37a9b7ff34890b17ed71b64f984 100644 (file)
@@ -1987,9 +1987,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 ofthe 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, after