On Tue, 2012-07-10 at 23:40 +0800, rong deng wrote: > 2012/7/10 Paul Menzel <paulepanter at users.sourceforge.net>: > > Am Dienstag, den 10.07.2012, 22:17 +0800 schrieb rong deng: > >> 2012/7/10 David Henningsson <david.henningsson at canonical.com>: > >> > On 07/09/2012 07:01 PM, rong deng wrote: > >> >> > >> >> How to add the nicely "v2" just before the email subject? :) > >> > > >> > You edit the patch file with your favorite editor right before you send it > >> > with "git send-email". > >> > >> Oh, thanks for the tips. > > > > `git format-patch` has the option `--subject-prefix="PATCH v2"`. The > > option is explained in the manual: `git help format-patch`. > > I thought there was such an option in `git send-email`, but I haven't > found it. Well, it is in `git format-patch` :D Thanks! There is. If you want to edit a single mail (or every mail in a series), you can use --annotate. If you're editing the introductory email for a series, there's --compose. -- Arun