-
-
Notifications
You must be signed in to change notification settings - Fork 673
proper pre-push hook implementation #2811
New issue
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
base: master
Are you sure you want to change the base?
Conversation
Branch case now uses the same destination ref logic as the push path: it honors `push.default=upstream` (when not deleting) via `branch_push_destination_ref`, so the `<remote-ref>` field matches the refspec Git would use.
|
I can confirm the issue appears to be gone when building from this branch. I am not that familiar with Rust development, so let me share the steps I followed to ensure I am not missing anything:
|
The way you did it works, if you wanna use this custom build in a few more places to test, simply run |
Excellent, that will get me through the last work day of the year. Thank you for solving the issue so quickly. Have a great end of the year. |
closes #2809