On 12/09/2014 07:27 AM, Vasiliy Tolstov wrote:
2014-12-09 15:03 GMT+03:00 Daniel P. Berrange
<berrange(a)redhat.com>:
> The majority of us are using git send-email
>
> eg, if I'm on a branch, I'll use this to spam all patches on that
> branch vs master
>
> $ git send-email --cover-letter --annotate --to libvir-list(a)redhat.com \
> --smtp-server=<my local smtp server> --no-chain-reply-to \
> master..
>
> I have this long command line hidden behind a script so I just normally
> run the simpler 'git-spam libvir-list(a)redhat.com master..'
Thanks, if i have new version of patch, what i need to specify in git
send-email ?
--subject-prefix="PATCHv5" (or whatever version it is)