Jameson Miller <jameson.miller81@xxxxxxxxx> writes: > Add tests around status reporting ignord files that match an exclude > pattern for both --untracked-files=normal and --untracked-files=all. > > Signed-off-by: Jameson Miller <jamill@xxxxxxxxxxxxx> > --- > t/t7519-ignored-mode.sh | 183 ++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 183 insertions(+) > create mode 100755 t/t7519-ignored-mode.sh Ben's fsmonitor series already uses t7519, so please move this somewhere else. Perhaps git diff --name-only --diff-filter=A master pu t/ would help you see what new tests that are missing from 'master' are added by topics in flight.