I think my comment here might have gotten lost, and I don't want it to because it's something I'm really worried about: > -----Original Message----- > From: David Turner > Sent: Friday, September 15, 2017 6:00 PM > To: 'Ben Peart' <benpeart@xxxxxxxxxxxxx> > Cc: avarab@xxxxxxxxx; christian.couder@xxxxxxxxx; git@xxxxxxxxxxxxxxx; > gitster@xxxxxxxxx; johannes.schindelin@xxxxxx; pclouds@xxxxxxxxx; > peff@xxxxxxxx > Subject: RE: [PATCH v6 10/12] fsmonitor: add test cases for fsmonitor > extension > > > -----Original Message----- > > +dirty_repo () { > > + : >untracked && > > + : >dir1/untracked && > > + : >dir2/untracked && > > + echo 1 >modified && > > + echo 2 >dir1/modified && > > + echo 3 >dir2/modified && > > + echo 4 >new && > > + echo 5 >dir1/new && > > + echo 6 >dir2/new > > If I add an untracked file named dir3/untracked to dirty_repo (and > write_integration_script), then "status doesn't detect unreported > modifications", below, fails. Did I do something wrong, or does this turn up a > bug?