Skip to content

Commit

Permalink
check-docs: update non-command documentation list
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
peff authored and gitster committed Aug 8, 2012
1 parent 41c1709 commit 1b7b522
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 1b7b522

Please sign in to comment.