-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Detect and show force pushes in PR #9549
Comments
@jolheiser What about the implementation? |
We need another comment type. The detection code would go in to: Line 217 in 4acca9d
Or could go in to the pre-receive hook... (Actually instead we should probably prevent direct update of refs/pull paths in pre-receive...) |
Would be a really awesome feature! I miss it a lot 😬 |
did #11167 fix this issue? |
Should be fixed by #11167, please reopen if it's not |
Similar to GH, a pull request should show when its branch has been force-pushed to.
This is handy/relevant information to know, and might even help determine otherwise confusing behavior.
The text was updated successfully, but these errors were encountered: