This gives little more info than when you do 'git rebase -i'.
- Run following command
git log --oneline origin/master..HEAD --format="%h %s %ae" --reverse
Go through each commit # and remove what you don't need.
- Run 'git rebase -i' and match result with results from step 1.