mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02: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.