ls-remote doc: rewrite <repository> paragraph
Replace the <repository> paragraph containing specific references to $GIT_DIR/branches and "." with a generic urls-or-remotes paragraph referencing the relevant sections in the git-fetch(1) manpage. Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
6077d36299
commit
88e36141d0
@ -48,9 +48,9 @@ OPTIONS
|
|||||||
exit without talking to the remote.
|
exit without talking to the remote.
|
||||||
|
|
||||||
<repository>::
|
<repository>::
|
||||||
Location of the repository. The shorthand defined in
|
The "remote" repository to query. This parameter can be
|
||||||
$GIT_DIR/branches/ can be used. Use "." (dot) to list references in
|
either a URL or the name of a remote (see the GIT URLS and
|
||||||
the local repository.
|
REMOTES sections of linkgit:git-fetch[1]).
|
||||||
|
|
||||||
<refs>...::
|
<refs>...::
|
||||||
When unspecified, all references, after filtering done
|
When unspecified, all references, after filtering done
|
||||||
|
Reference in New Issue
Block a user