We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is caused by _GitInput having invalid items present:
_GitInput
HEAD
/
packed-refs
Introduce a target that runs after _GitInputs and fixes _GitInput.
_GitInputs
The text was updated successfully, but these errors were encountered:
Fix incremental build
7c21e49
By fixing _GitInput items to contain existing files only with correct path separator. Fixes devlooped#81
c9f44f6
By fixing _GitInput items to contain existing files only with correct path separator. Fixes #81
Successfully merging a pull request may close this issue.
This is caused by
_GitInput
having invalid items present:HEAD
is not separated by/
(at least on Windows)packed-refs
is included even if it doesn't existWorkaround
Introduce a target that runs after
_GitInputs
and fixes_GitInput
.The text was updated successfully, but these errors were encountered: