Skip to content

Commit 1b7b522

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2853,6 +2853,9 @@ check-docs::
28532853
documented,git-bisect-lk2009 | \
28542854
documented,git-remote-helpers | \
28552855
documented,gitworkflows | \
2856+
documented,gitcredentials | \
2857+
documented,gitnamespaces | \
2858+
documented,gitweb.conf | \
28562859
sentinel,not,matching,is,ok ) continue ;; \
28572860
esac; \
28582861
case " $(ALL_PROGRAMS) $(SCRIPT_LIB) $(BUILT_INS) git gitk gitweb " in \

0 commit comments

Comments
 (0)