зеркало из https://github.com/microsoft/git.git
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 <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
eb28501e15
Коммит
7d02b574f4
1
Makefile
1
Makefile
|
@ -2838,7 +2838,6 @@ check-docs::
|
|||
) | while read how cmd; \
|
||||
do \
|
||||
case "$$how,$$cmd" in \
|
||||
*,git-help | \
|
||||
documented,gitattributes | \
|
||||
documented,gitignore | \
|
||||
documented,gitmodules | \
|
||||
|
|
Загрузка…
Ссылка в новой задаче