I forked a repository on GitHub and create pull requests whenever I have something new to contribute. I usually do it like this:
- Pull/merge changes from the original upstream repository
- Commit and push my changes to my fork
- Create a pull request on GitHub
Now somebody of the original repository complained that in the pull request he can see the entire fork history and not only the commits relevant to the pull request.
How can I fix this?