Open
Description
pull-request:merge --squash
should perform a rebase against base branch. I've used this command and it sometimes result in regressions for the base branch, since the squashed commits don't take into account the new commits (those that was created after creating the branch and before the merge) at the base branch.