Junio C Hamano wrote:
> Ramkumar Ramachandra <artag...@gmail.com> writes:
>
>> 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.
>
> These last two lines are better be in the documentation, no?

You're no happy with the existing documentation?

<refs>...::
        When unspecified, all references, after filtering done
        with --heads and --tags, are shown.  When <refs>... are
        specified, only references matching the given patterns
        are displayed.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to