You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseParseError(f"missing filename in the diff:\n{content}")
We should be more explicit in the prefixes in our git diff invocations: maybe this call should include "--src-prefix=a/", "--dst-prefix=b/" in the args list to sync with _filename_regex and be resilient to local configuration like this:
Describe the bug
When running
pants --changed-since=origin/main fix
, I see:Pants version
2.23.0
OS
Linux.
Additional info
diff.noprefix=true
in gitconfig, which seems to cause the issue.The text was updated successfully, but these errors were encountered: