gt;flags only when they're
equal to EXCL_DEFAULT (0x00), so EXCL_NON_RECURSIVE (0x02) pertaining to
--exclude-ignore is dropped, which prevents the condition in
excluded_name() (exclist.c:172) from skipping non-recursive entries from
distant ancestors.
--
WBR, Kirill Pushkaryov.
re propagated
from file->flags to ent->flags. Moreover, EXCL_NON_RECURSIVE flag in
vcsfile->flags of .cvsignore entry is dropped too, because for
.cvsignore file->flags == EXCL_DEFAULT.
It looks like the condition in the code above is just erroneously
inverted. I fixed this and the op
IVE are propagated
from file->flags to ent->flags. Moreover, EXCL_NON_RECURSIVE flag in
vcsfile->flags of .cvsignore entry is dropped too, because for
.cvsignore file->flags == EXCL_DEFAULT.
It looks like the condition in the code above is just erroneously
inverted. I fixed this and t