How to specify 'git send-email' to send mail on a specific patch?
I have 4 commits but I haven't done a 'git pull'. When I do 'git send-email', it will send out 4 emails (1 patch for each commit).
How can I configure git send-email so that it can send out email just for the last commit?
Thank you.