diff options
author | Elijah Newren <newren@gmail.com> | 2021-05-12 17:28:18 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-05-13 08:45:03 +0900 |
commit | a97c7a8bc4f2068b2e8c23ce8d17f7db8333ded0 (patch) | |
tree | 629aba00395e8d427f3cbc6b08f310d1f68c6b68 /trailer.c | |
parent | t7300: add testcase showing unnecessary traversal into ignored directory (diff) | |
download | tgif-a97c7a8bc4f2068b2e8c23ce8d17f7db8333ded0.tar.xz |
t3001, t7300: add testcase showcasing missed directory traversal
In the last commit, we added a testcase showing that the directory
traversal machinery sometimes traverses into directories unnecessarily.
Here we show that there are cases where it does the opposite: it does
not traverse into directories, despite those directories having
important files that need to be flagged.
Add a testcase showing that `git ls-files -o -i --directory` can omit
some of the files it should be listing, and another showing that `git
clean -fX` can fail to clean out some of the expected files.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'trailer.c')
0 files changed, 0 insertions, 0 deletions