check-docs: update non-command documentation list
The check-docs target looks at Documentation/git*txt and complains if any entry does not have a matching command. Therefore we need to explicitly ignore any entries which are not meant to describe a command (like gitattributes.txt). This list has grown stale over time, so let's bring it up to date. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
41c1709a56
commit
1b7b522c26
3
Makefile
3
Makefile
@ -2853,6 +2853,9 @@ check-docs::
|
|||||||
documented,git-bisect-lk2009 | \
|
documented,git-bisect-lk2009 | \
|
||||||
documented,git-remote-helpers | \
|
documented,git-remote-helpers | \
|
||||||
documented,gitworkflows | \
|
documented,gitworkflows | \
|
||||||
|
documented,gitcredentials | \
|
||||||
|
documented,gitnamespaces | \
|
||||||
|
documented,gitweb.conf | \
|
||||||
sentinel,not,matching,is,ok ) continue ;; \
|
sentinel,not,matching,is,ok ) continue ;; \
|
||||||
esac; \
|
esac; \
|
||||||
case " $(ALL_PROGRAMS) $(SCRIPT_LIB) $(BUILT_INS) git gitk gitweb " in \
|
case " $(ALL_PROGRAMS) $(SCRIPT_LIB) $(BUILT_INS) git gitk gitweb " in \
|
||||||
|
Loading…
Reference in New Issue
Block a user