Hi Peter, On Fri, May 3, 2013 at 1:33 AM, Peter Maydell <peter.mayd...@linaro.org> wrote: > On 2 May 2013 16:30, Paolo Bonzini <pbonz...@redhat.com> wrote: >> /me changes his scripts... >> >> -s/PATCH/PULL/ if (/PATCH 0+\\//); >> +s/PATCH/PULL/ if (/^Subject:/); >> >> Yes, Perl... > > Heh, I use sed for this bit: > sed -i -e 's/^Subject: \[PULL\(.*\)].*/Subject: [PULL\1] > '"$BRANCHPFX"' queue/;/^$/q' "$COVERLETTER" > > (I really must put my random scripts into git.) >
Intending to publish them? (or commit some of them to QEMU /scripts even). I'm currently maintaining scripts to do some of this which will be different to everyone elses, but perhaps committing the PULL req script to the git satisfies the variation problem? Regards, Peter > -- PMM >