I\'ve got eight commits on a branch that I\'d like to email to some people who aren\'t git enlightened, yet. So far, everything I do either gives me 8 patch files, or start
Based on Adam Alexander's answer:
git checkout newlines ## must be rebased to master git checkout -b temporary # squash the commits git rebase -i master git format-patch master