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

Commit 6077d36

Browse files
artagnongitster
authored andcommitted
ls-remote doc: fix example invocation on git.git
Under the EXAMPLES section, there is one invocation on the git.git repository that attempts to list the refs master, pu, and rc. The ref rc does not exist in today's repository, so remove it. Among other things, this example demonstrates that the "<refs>..." argument is simply a filter; requesting a non-existent ref is not an error. Signed-off-by: Ramkumar Ramachandra <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1f9a5e9 commit 6077d36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Documentation/git-ls-remote.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ EXAMPLES
7070
$ git ls-remote http://www.kernel.org/pub/scm/git/git.git master pu rc
7171
5fe978a5381f1fbad26a80e682ddd2a401966740 refs/heads/master
7272
c781a84b5204fb294c9ccc79f8b3baceeb32c061 refs/heads/pu
73-
b1d096f2926c4e37c9c0b6a7bf2119bedaa277cb refs/heads/rc
7473
$ echo http://www.kernel.org/pub/scm/git/git.git >.git/branches/public
7574
$ git ls-remote --tags public v\*
7675
d6602ec5194c87b0fc87103ca4d67251c76f233a refs/tags/v0.99

0 commit comments

Comments
 (0)