[PATCH 2/7] Documentation: git push repository can also be a remote

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Cc: <gitster@...>, Anders Melchiorsen <mail@...>
Date: Wednesday, October 29, 2008 - 4:25 pm

This is copied from pull-fetch-param.txt and helps the reader
to not get stuck in the URL section.

Signed-off-by: Anders Melchiorsen <mail@cup.kalibalik.dk>
---
 Documentation/git-push.txt |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt
index df99c0b..02c7dae 100644
--- a/Documentation/git-push.txt
+++ b/Documentation/git-push.txt
@@ -28,7 +28,9 @@ OPTIONS
 -------
 <repository>::
 	The "remote" repository that is destination of a push
-	operation.  See the section <<URLS,GIT URLS>> below.
+	operation.  This parameter can be either a URL
+	(see the section <<URLS,GIT URLS>> below) or the name
+	of a remote (see the section <<REMOTES,REMOTES>> below).
 
 <refspec>...::
 	The canonical format of a <refspec> parameter is
-- 
1.6.0.2.514.g23abd3

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Some updates to refspec documentation, Anders Melchiorsen, (Wed Oct 29, 4:25 pm)
Re: Some updates to refspec documentation, Anders Melchiorsen, (Wed Oct 29, 4:41 pm)
Re: Some updates to refspec documentation, Anders Melchiorsen, (Wed Oct 29, 4:44 pm)
[PATCH 1/7] Documentation: do not use regexp in refspec desc..., Anders Melchiorsen, (Wed Oct 29, 4:25 pm)
[PATCH 2/7] Documentation: git push repository can also be a..., Anders Melchiorsen, (Wed Oct 29, 4:25 pm)
[PATCH 3/7] Documentation: rework SHA1 description in git push, Anders Melchiorsen, (Wed Oct 29, 4:25 pm)