diff options
author | John J. Franey <jjfraney@gmail.com> | 2008-05-29 13:32:31 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-05-31 14:46:24 -0700 |
commit | 5812473335161e3d8e5a1e085c5894a247472bdb (patch) | |
tree | 9c9ea5f93974cd8af15a4d206fe0eb172a07074e /Documentation/pull-fetch-param.txt | |
parent | ad5fa3cc0e115a8b111868af2f727322feb144cb (diff) | |
download | git-5812473335161e3d8e5a1e085c5894a247472bdb.tar.gz |
Clarify description of <repository> argument to pull/fetch for naming remotes.
Alter the description of <repository> in OPTIONS section to
explicitly state that a 'remote name' is accepted.
Rewrite REMOTES section to more directly identify the
different kinds of remote-name permitted.
Signed-off-by: John J. Franey <jjfraney@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/pull-fetch-param.txt')
-rw-r--r-- | Documentation/pull-fetch-param.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/pull-fetch-param.txt b/Documentation/pull-fetch-param.txt index b6eb7fc618..cbee369947 100644 --- a/Documentation/pull-fetch-param.txt +++ b/Documentation/pull-fetch-param.txt @@ -1,6 +1,8 @@ <repository>:: The "remote" repository that is the source of a fetch - or pull operation. See the section <<URLS,GIT URLS>> below. + or pull 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 |