merging 3.5.3+glitch onto 3.5.2+glitch sure is a time if
@aescling oh you probably need to use rebase --onto trunk commit-you-rebased-from-last-time
@aescling rebase starts from the last common commit which will be basically the fork point in our case
rebase --onto b a only rebases the changes since a onto the branch b