On 17/07/10 10:22, Misha Koshelev wrote:
Also, if anyone knows how to make git format-patch only output the 10 _bottom-most_ patches, please let me know.
Partial solution:
use git format-patch without the --stdout, to generate all the patches as files, then git send-email or imap-send <some selection of patch files>