John Keeping <j...@keeping.me.uk> writes:

> Max Horn's email today prompted me to try reading the git-remote-helpers
> man page, so I tried:
>
>     $ git help remote-helpers
>     No manual entry for gitremote-helpers
>
> But "man git-remote-helpers" does work.
>
> It turns out that "builtin/help.c" maps its argument to a page by
> prepending "git-" if given the name of a Git command and "git"
> otherwise.
>
> Does this mean that "git-remote-helpers.txt" should lose the first
> hyphen or is help.c not being clever enough in some way?

I think it is the former.  "git help tutorial" works exactly the
same way.
--
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