On 2007-10-04 09:16:46 -0400, Jon Smirl wrote: > Why is mailing a patch series so slow? Because the default per-patch delay is 5 seconds. You can change it by setting stgit.smtpdelay in your config, or passing --sleep on the command line. > There also seems to be a disconnect when mailing patches. Locally > the patches have a name, when you email them it uses the short > description for the name by default instead of the local name. This > may cause confusion because the emailed name does not default to the > local name. A parallel issue happens on import. > > Now that I am aware of the naming scheme I can deal with it, but > this may be a problem for new users. It might be better to force the > short description and local name to always match. I've never thought of the patch names as anything that would make sense to export from a repository (like reflogs), so using the first line of the commit message for mail subject (like git does) always seemed like a no-brainer. But then I don't have any experience using quilt or any related tool. The default when creating a new patch is to make up a name from its commit message (the user is free to give a name explicitly, however); the same goes when you import a patch mbox. But when importing a patch series (with "stg import --series"), I see the names are taken from the series file you import. Maybe that should change, at least optionally. -- Karl Hasselström, kha@xxxxxxxxxxx www.treskal.com/kalle - 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