The check-docs target special-cases git-help to avoid
mentioning it as "documented but removed". This dates back
to the early implementation of git-help, when its code was
simply included inside git.c.
These days it is a full-fledged builtin (in builtin/help.c)
and does not need special-casing.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
) | while read how cmd; \
do \
case "$$how,$$cmd" in \
- *,git-help | \
documented,gitattributes | \
documented,gitignore | \
documented,gitmodules | \