Re: [PATCH v6 09/10] submodule: support reading .gitmodules when it's not in the working tree
From: Junio C Hamano <hidden> Date: 2018-10-09 03:39:43
Antonio Ospite [off-list ref] writes:
Finally, add t7416-submodule-sparse-gitmodules.sh to verify that reading
from .gitmodules succeeds and that writing to it fails when the file is
not checked out.
...
t/t7416-submodule-sparse-gitmodules.sh | 78 ++++++++++++++++++++++++++
This now triggers test-lint errors as the most recent maintenance
release took t/t7416 for something else. I'll do s/t7416-/t7418-/g
on the mailbox before running "git am -s" on this series.