Small typo / confusion on my part: On Fri, Oct 14, 2022 at 10:48 AM Tao Klerks <tao@xxxxxxxxxx> wrote: > > That said, what "icase pathspec magic" actually *does*, is break down > the pathspec into iteratively more complete paths, level by level, > looking for case-duplicates at each level. I meant what it does is *collect path matches* at iteratively more complete paths, level by level - it doesn't care about duplicates; any duplicate-detection is what you can then do on the result.