From 69274b6e8791824489eb5cf0a25b7577cd2a77c1 Mon Sep 17 00:00:00 2001 From: Anders Melchiorsen Date: Sun, 18 Jan 2009 15:36:58 +0100 Subject: [PATCH] Documentation: avoid using undefined parameters The parameter has not been introduced, so rewrite to avoid it. Signed-off-by: Anders Melchiorsen Signed-off-by: Junio C Hamano --- Documentation/git-push.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index a7a6f4cdef..7b27dc60bd 100644 --- a/Documentation/git-push.txt +++ b/Documentation/git-push.txt @@ -50,8 +50,8 @@ even if it does not result in a fast forward update. + `tag ` means the same as `refs/tags/:refs/tags/`. + -A parameter without a colon pushes the from the source -repository to the destination repository under the same name. +A lonely parameter (without a colon and a destination) pushes +the to the same name in the destination repository. + Pushing an empty allows you to delete the ref from the remote repository. -- 2.11.4.GIT