]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-push.txt
push doc: remove confusing mention of remote merger
[thirdparty/git.git] / Documentation / git-push.txt
index 55277a97811fa6933c76c1bd2c96114672f6d5cd..83e499ee970a926e5afc068ed5d8e577e900901b 100644 (file)
@@ -78,8 +78,7 @@ on the remote side.  By default this is only allowed if <dst> is not
 a tag (annotated or lightweight), and then only if it can fast-forward
 <dst>.  By having the optional leading `+`, you can tell Git to update
 the <dst> ref even if it is not allowed by default (e.g., it is not a
-fast-forward.)  This does *not* attempt to merge <src> into <dst>.  See
-EXAMPLES below for details.
+fast-forward.).
 +
 `tag <tag>` means the same as `refs/tags/<tag>:refs/tags/<tag>`.
 +