mirror of
https://github.com/neovim/neovim.git
synced 2026-09-13 09:31:04 +00:00
Problem: Linux jobs remove .git before the install check calls git ls-files. The command fails and the loop silently skips all runtime files. Solution: Save the tracked file list before removing .git and read it during the install check. Use NUL delimiters to preserve filenames. AI-assisted