Currently, the iwyu CI fails to run in a git-worktree, or git-archive. This is due to the use of git diff.
Fix this by force-initializing a dummy git repo with a single dummy commit.
It may be possible to detect when git diff is not available in the directory, and only apply the fallback when needed, but the git history is not needed and it is easier to unconditionally apply the git init.