Hacker News new | ask | show | jobs
by nhaehnle 3735 days ago
The trick is to not squash everything into one giant commit, but to use rebase -i liberally to squash/fixup those typo fix commits where they belong.
1 comments

That's what the author of the pull request should do. But this provides a potentially useful alternative when that doesn't happen.