check-docs: drop git-help special-case
authorJeff King <peff@peff.net>
Wed, 8 Aug 2012 20:57:13 +0000 (16:57 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Aug 2012 21:31:59 +0000 (14:31 -0700)
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>
Makefile

index 4b3c36600c5773d760924ce66b4b492fc1a2178c..b9da51176b5ae361a68a59e0ed31a82e7757d867 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2838,7 +2838,6 @@ check-docs::
        ) | while read how cmd; \
        do \
                case "$$how,$$cmd" in \
-               *,git-help | \
                documented,gitattributes | \
                documented,gitignore | \
                documented,gitmodules | \