mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
The command to gather the changed files uses NULL character terminated "lines", therefore we should supply the `-z` flag to `basename` as well. Otherwise we end up calling `git grep -l "\n"` which would list all files containing a newline.