On Tue, Aug 7, 2018 at 10:29 AM Junio C Hamano <gitster@xxxxxxxxx> wrote: > Elijah Newren <newren@xxxxxxxxx> writes: > > > We can get rid of some quoted tabs and make a few tests slightly easier > > to read and edit by just asking for the names of the files modified, > > since that's all these tests were interested in anyway. > > Technically the quoted tab was making sure that we do not mistake > "subsubmodule" (if existed) as "submodule" we seek, so a faithful > replacement would be to find "^submodule", and "^submodule$" would > be an improvement. But we do not have paths with confusing names in > these tests, so we can leave it as-is, I guess. I knew someone would find additional issues. I'll add the anchors if any other issues come up in review for the series. > I think 0/5 should fix the real bug you are deliberately keeping in > this patch, from the point of view of organization. You mean 5/5? And yeah, it was just a temporary thing for organizational purposes.