From: Anders Melchiorsen Date: Sun, 18 Jan 2009 14:36:56 +0000 (+0100) Subject: Documentation: remove a redundant elaboration X-Git-Tag: v1.6.1.1~9^2~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=391d186babf9761f73d367c7325bc5c3d4e1495d;p=git.git Documentation: remove a redundant elaboration The comment in parentheses is wrong, as one has to leave out both the colon and . This situation is covered by the section a few lines down: A parameter without a colon pushes the from the source repository to the destination repository under the same name. So, just remove the parentheses. Signed-off-by: Anders Melchiorsen Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index 8bfa7cb7e..6d3c711de 100644 --- a/Documentation/git-push.txt +++ b/Documentation/git-push.txt @@ -44,8 +44,7 @@ tip of `master` branch); see linkgit:git-rev-parse[1]) that you want to push. The side represents the destination location. + The local ref that matches is used -to fast forward the remote ref that matches (or, if no was -specified, the same ref that referred to locally). If +to fast forward the remote ref that matches . If the optional leading plus `+` is used, the remote ref is updated even if it does not result in a fast forward update. +