]> git.ipfire.org Git - thirdparty/git.git/commit
doc lint: fix error-hiding regression
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Fri, 15 Oct 2021 12:39:11 +0000 (14:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 Oct 2021 17:16:36 +0000 (10:16 -0700)
commit7e19e2efa906b9598d4c2258f6f37eb1dfffffee
tree9f2cacb2efea509aef36afbac76956351071b9a8
parentebf3c04b262aa27fbb97f8a0156c2347fecafafb
doc lint: fix error-hiding regression

Fix the broken "make lint-docs" (or "make check-docs" at the
top-level) target, which has been broken since my cafd9828e89 (doc
lint: lint and fix missing "GIT" end sections, 2021-04-09).

The CI for "seen" is emitting an error about a broken gitlink, but due
to there being 3x scripts chained via ";" instead of "&&" we're not
carrying forward the non-zero exit code.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile