Github user rmetzger commented on the pull request:
https://github.com/apache/flink/pull/1554#issuecomment-176079663
To squash commits, you have to call "git rebase -i HEAD~10" (its called
interactive rebase). Then, put "fixup" or "squash" instead of "pick" to the
commits you want to squash.
Your branch contains a lot of merge commits. I would first rebase to origin
(assuming its the flink repo) and then do the interactive rebase.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---