Documentation: avoid using undefined parameters
authorAnders Melchiorsen <mail@cup.kalibalik.dk>
Sun, 18 Jan 2009 14:36:58 +0000 (15:36 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 18 Jan 2009 22:29:37 +0000 (14:29 -0800)
The <ref> parameter has not been introduced, so rewrite to
avoid it.

Signed-off-by: Anders Melchiorsen <mail@cup.kalibalik.dk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-push.txt
index a7a6f4cdefa8a0412f8031f8b788b66043c945ff..7b27dc60bd5a2e58475d39d0c32cdbd6878aa5bd 100644 (file)
@@ -50,8 +50,8 @@ even if it does not result in a fast forward update.
 +
 `tag <tag>` means the same as `refs/tags/<tag>:refs/tags/<tag>`.
 +
-A parameter <ref> without a colon pushes the <ref> from the source
-repository to the destination repository under the same name.
+A lonely <src> parameter (without a colon and a destination) pushes
+the <src> to the same name in the destination repository.
 +
 Pushing an empty <src> allows you to delete the <dst> ref from
 the remote repository.