From: Jeff King Date: Wed, 8 Aug 2012 20:57:13 +0000 (-0400) Subject: check-docs: drop git-help special-case X-Git-Tag: v1.7.12.1~24^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/7d02b574f40b33d6abfecf8fed98cee94a738071?hp=7d02b574f40b33d6abfecf8fed98cee94a738071 check-docs: drop git-help special-case 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 Signed-off-by: Junio C Hamano ---