Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 88e3614

Browse files
artagnongitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6077d36 commit 88e3614

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/git-ls-remote.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ OPTIONS
4848
exit without talking to the remote.
4949

5050
<repository>::
51-
Location of the repository. The shorthand defined in
52-
$GIT_DIR/branches/ can be used. Use "." (dot) to list references in
53-
the local repository.
51+
The "remote" repository to query. This parameter can be
52+
either a URL or the name of a remote (see the GIT URLS and
53+
REMOTES sections of linkgit:git-fetch[1]).
5454

5555
<refs>...::
5656
When unspecified, all references, after filtering done

0 commit comments

Comments
 (0)