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
The apply-format script fails when this git config is set:
$ git commit -m bla No such file or directory The apply-format script failed.
This config removes the "a/" and "b/" prefixes from diffs. I think apply-format expects them to be there unconditionally, so the file is not found.
The text was updated successfully, but these errors were encountered:
adding "--no-prefix" and "--relative" to git diff would fix this
Sorry, something went wrong.
No branches or pull requests
The apply-format script fails when this git config is set:
This config removes the "a/" and "b/" prefixes from diffs. I think apply-format expects them to be there unconditionally, so the file is not found.
The text was updated successfully, but these errors were encountered: