On Wed, Mar 23 2022, Junio C Hamano wrote: > * fr/vimdiff-layout (2022-03-23) 3 commits > - vimdiff: integrate layout tests in the unit tests framework ('t' folder) > - vimdiff: add tool documentation > - vimdiff: new implementation with layout support > > Reimplement "vimdiff[123]" mergetool drivers with a more generic > layout mechanism. > > Will merge to 'next'? > source: <20220319091141.4911-1-greenfoo@xxxxxx> It looks like it's emitting a new warning from the "Makefile" in check-docs: $ (make clean && make check-docs) >/dev/null 2>&1; make check-docs make -C Documentation lint-docs make[1]: Entering directory '/home/avar/g/git/Documentation' make[1]: Nothing to be done for 'lint-docs'. make[1]: Leaving directory '/home/avar/g/git/Documentation' removed but documented: git-difftool--vimdiff removed but documented: git-mergetool--vimdiff removed but documented: git-version Re https://lore.kernel.org/git/87o88i2keu.fsf@xxxxxxxxxxxxxxxxxxx/ I haven't checked if this is the same case of a thing we should just ignore, or if it's raising an actual issue this time.