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@xxxxxxxx> --- I really wonder if we would do better to match git-*.txt, since most of the ignores are gitfoo(7) types of pages. We'd probably want to add back in "git", "gitweb" and "gitk" explicitly, but they are already handled specially above and below. Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 5e773cd..41d9db8 100644 --- a/Makefile +++ b/Makefile @@ -2853,6 +2853,9 @@ check-docs:: documented,git-bisect-lk2009 | \ documented,git-remote-helpers | \ documented,gitworkflows | \ + documented,gitcredentials | \ + documented,gitnamespaces | \ + documented,gitweb.conf | \ sentinel,not,matching,is,ok ) continue ;; \ esac; \ case " $(ALL_PROGRAMS) $(SCRIPT_LIB) $(BUILT_INS) git gitk gitweb " in \ -- 1.7.12.rc2.2.g584e0d9 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html