Skip to content

Commit 7d02b57

Browse files
peffgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent eb28501 commit 7d02b57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2838,7 +2838,6 @@ check-docs::
28382838
) | while read how cmd; \
28392839
do \
28402840
case "$$how,$$cmd" in \
2841-
*,git-help | \
28422841
documented,gitattributes | \
28432842
documented,gitignore | \
28442843
documented,gitmodules | \

0 commit comments

Comments
 (0)