From: Christian Weisgerber Subject: Re: got status misses unversioned files To: gameoftrees@openbsd.org Date: Fri, 2 Aug 2024 01:03:46 +0200 Stefan Sperling: > Could you try to debug the status walk to find out why the files get skipped? The walk in diff_fileindex_dir() seems fine, it calls status_new(), and there match_ignores() filters them out. Huh. When I move away gnu/llvm/clang/.gitignore, "got status gnu/llvm/clang/cmake/caches" no longer skips the files in that directory. The contents of gnu/llvm/clang/.gitignore look innocuous, though. That's as far as I got, so far. -- Christian "naddy" Weisgerber naddy@mips.inka.de