Documentation: add lint-fsck-msgids
commit3882a0d3ad92ace6559c950921d9afb4cdcc7ea0
authorJunio C Hamano <gitster@pobox.com>
Tue, 25 Oct 2022 22:42:24 +0000 (25 15:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Oct 2022 22:44:19 +0000 (25 15:44 -0700)
tree2fc33a183961024debbb99622fe25845c04d3efd
parentf6534dbda474ce9c4ce06c1f3212745724dd1724
Documentation: add lint-fsck-msgids

During the initial development of the fsck-msgids.txt feature, it
has become apparent that it is very much error prone to make sure
the description in the documentation file are sorted and correctly
match what is in the fsck.h header file.

Add a quick-and-dirty Perl script and doc-lint target to sanity
check that the fsck-msgids.txt is consistent with the error type
list in the fsck.h header file.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile
Documentation/lint-fsck-msgids.perl [new file with mode: 0755]