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
https://github.com/bufbuild/buf/
buf breaking <URL>#ref=HEAD~1
fatal: invalid refspec 'HEAD~1'
No failures. This worked correctly and as expected in 1.34. Appears related to #3197 and #3215, but with a different appearance.
Is there an alternate formulation we should be using to check against the prior commit on a branch?
The text was updated successfully, but these errors were encountered:
This syntax should work. Fixing. An alternative for now is to specify the branch buf breaking --against '.git#branch=main,ref=HEAD~'.
buf breaking --against '.git#branch=main,ref=HEAD~'
Sorry, something went wrong.
The fix has been released in v1.39.0.
Successfully merging a pull request may close this issue.
GitHub repository with your minimal reproducible example
https://github.com/bufbuild/buf/
Commands
Output
fatal: invalid refspec 'HEAD~1'
Expected Output
No failures. This worked correctly and as expected in 1.34. Appears related to #3197 and #3215, but with a different appearance.
Anything else?
Is there an alternate formulation we should be using to check against the prior commit on a branch?
The text was updated successfully, but these errors were encountered: