ls-remote doc: fix example invocation on git.git
commit6077d3629964d0ba03798a82fd69b745574142ed
authorRamkumar Ramachandra <artagnon@gmail.com>
Sat, 22 Jun 2013 07:58:15 +0000 (22 13:28 +0530)
committerJunio C Hamano <gitster@pobox.com>
Sun, 23 Jun 2013 07:33:58 +0000 (23 00:33 -0700)
tree461336e40b0cc44f3dff9773ee94d4d93eb8316a
parent1f9a5e905e56502097eb9097a6ea2e9b9cb2e168
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 <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-ls-remote.txt