On 2 May 2013 16:52, Anthony Liguori <anth...@codemonkey.ws> wrote: > Peter Maydell <peter.mayd...@linaro.org> writes: >> Heh, I use sed for this bit: >> sed -i -e 's/^Subject: \[PULL\(.*\)].*/Subject: [PULL\1] >> '"$BRANCHPFX"' queue/;/^$/q' "$COVERLETTER" > > You can also just do git format-patch --subject-prefix=PULL and avoid > any fixups...
I do (now), in fact -- the sed is still needed to make the cover letter subject say '"arm-devs" queue'. -- PMM