On Tue, Mar 19, 2013 at 12:37 AM, Tyler Romeo tylerromeo@gmail.com wrote:
Couldn't you also just fetch the pull request, rebase it on master with the -i flag, and set the commits to squash?
That is what I first did. Too manual for my tastes :) In this case I only have to deal with one edit operation (for the commit message), rather than a s/pick/s/ for rebase -i.
This was a first cut from about 5 mins of work - I'm sure it could be improved in many many ways