Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> writes: > My often use case is to do: > % git format-patch --cover-letter --subject-prefix="PATCH vN" rev1^..revXYZ > % $GIT_EDITOR 0000-* > % git send-email 00* # assumes series less than 100 patches > % rm -f 00* I guess this patch would not hurt too much, but the above would vastly be improved if you used "-vN" option, instead of the hand-rolled subject prefix, and dropped the last "rm -f" (which in turn would mean you would want to use -o option to specify where to keep the older iterations of the topic). Then you can easily refer to cover letters and patches from previous rounds while preparing the latest to send out. -- 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