do not skip ignored directories in 'got status' if they contain tracked files
commit8528beeff973fe088f98bbf8081b0289a7c3c028
authorStefan Sperling <stsp@stsp.name>
Wed, 13 Oct 2021 10:34:06 +0000 (13 10:34 +0000)
committerThomas Adam <thomas@xteddy.org>
Fri, 15 Oct 2021 19:22:03 +0000 (15 20:22 +0100)
tree4c78eaf6b9d313d42cf1d1546ed6582a9883d682
parent4545b700107608ae12d074627db4e14d39f6b1fe
do not skip ignored directories in 'got status' if they contain tracked files

Fixes regression introduced by commit 41f061b2f459318f3738f59d7676efccc4beb344
where tracked files inside an ignored directory were reported as missing.
lib/fileindex.c
regress/cmdline/status.sh