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
fix: prefer main/master over origin/HEAD for squash detection
When a bare repo is cloned from a feature branch, origin/HEAD points
to that feature branch. This caused the squash-merge detection to
compare against the wrong branch.
Now we prefer origin/main or origin/master over origin/HEAD since
those are almost always the actual default branches for squash merges.
0 commit comments