Dennis Schridde <devurandom@xxxxxxx> writes: > 1) Can I somehow make send-email just send one email with multiple patches > attached? This way you cannot reply to each patch separately in an easy way. Thats what "[PATCH n/m]" and threading/chaining to cover letter is for. > 2) Can I make format-patch include the full commit message, date, author, > stats in the patches? (To mimic what git-show would show me.) > Will this be sent via send-email, too? Errr... git-format-patch output _does_ include full commit message, author, author date and diffstat. git-send-email can send fir-format-patch patches (and usually is used in such way). > 4) Can I make format-patch output one deletion and one insertion for a > complete rewrite of a function, instead of multiple deletes/inserts? Try git-format-patch with -B option, or -B<num>. -- Jakub Narebski Poland ShadeHawk on #git -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html