]> git.ipfire.org Git - thirdparty/git.git/commit
doc: check for absence of multiple terms in each entry of desc list
authorJean-Noël Avila <jn.avila@free.fr>
Mon, 11 Aug 2025 20:53:17 +0000 (20:53 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Aug 2025 21:16:04 +0000 (14:16 -0700)
commited260220948595b1311d4639dbfc20f02c807fac
treec2e07eac692d2370f47d8b04438fa3a226f7e371
parent63d33eb7f6ba315c3ecdda63295d9f915d184fcd
doc: check for absence of multiple terms in each entry of desc list

For simplifying automated translation of the documentation, it is better to
only present one term in each entry of a description list of options. This
is because most of these terms can automatically be marked as
notranslatable.

Also, due to portability issues, the script generate-configlist.sh can no
longer insert newlines in the output. However, the result is that it no
longer correctly handles multiple terms in a single entry of definition
lists.

As a result, we now check that these entries do not exist in the
documentation.

Reviewed-by: Collin Funk <collin.funk1@gmail.com>
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile
Documentation/git-check-attr.adoc
Documentation/git-check-ignore.adoc
Documentation/git-http-fetch.adoc
Documentation/lint-documentation-style.perl [new file with mode: 0755]
Documentation/technical/api-path-walk.adoc
shared.mak