Re: [Qemu-devel] [PATCH v6 3/8] scripts: Submit changes while updating linux headers

2015-09-01 Thread Peter Maydell
On 26 August 2015 at 00:46, Gavin Shan wrote: > Ok. I misunderstood your original comment. Yeah, the SOB line can be simply > dded by "-s" option to "git commit", which I just got from the manpage. I'll > use "-s" option in next revision. If you don't object, "FIXME" for user.name > and user.email

Re: [Qemu-devel] [PATCH v6 3/8] scripts: Submit changes while updating linux headers

2015-08-25 Thread Gavin Shan
On Tue, Aug 25, 2015 at 04:09:22PM +0100, Peter Maydell wrote: >On 25 August 2015 at 00:58, Gavin Shan wrote: >> On Mon, Aug 24, 2015 at 03:08:33PM +0100, Peter Maydell wrote: >>>On 24 August 2015 at 13:03, Gavin Shan wrote: +cd $to +name=$(git config --get user.name) +

Re: [Qemu-devel] [PATCH v6 3/8] scripts: Submit changes while updating linux headers

2015-08-25 Thread Peter Maydell
On 25 August 2015 at 00:58, Gavin Shan wrote: > On Mon, Aug 24, 2015 at 03:08:33PM +0100, Peter Maydell wrote: >>On 24 August 2015 at 13:03, Gavin Shan wrote: >>> +cd $to >>> +name=$(git config --get user.name) >>> +email=$(git config --get user.email) >>> +git commit -a -m "$subj

Re: [Qemu-devel] [PATCH v6 3/8] scripts: Submit changes while updating linux headers

2015-08-24 Thread Gavin Shan
On Mon, Aug 24, 2015 at 03:08:33PM +0100, Peter Maydell wrote: >On 24 August 2015 at 13:03, Gavin Shan wrote: >> This submits changes with formatted commit log while updating Linux >> headers using scripts/update-linux-headers.sh. >> >> Signed-off-by: Gavin Shan > >Thanks for writing a patch for

Re: [Qemu-devel] [PATCH v6 3/8] scripts: Submit changes while updating linux headers

2015-08-24 Thread Gavin Shan
On Mon, Aug 24, 2015 at 03:13:40PM +0100, Peter Maydell wrote: >On 24 August 2015 at 13:03, Gavin Shan wrote: >> This submits changes with formatted commit log while updating Linux >> headers using scripts/update-linux-headers.sh. >> >> Signed-off-by: Gavin Shan > >Also, you typoed your email add

Re: [Qemu-devel] [PATCH v6 3/8] scripts: Submit changes while updating linux headers

2015-08-24 Thread Peter Maydell
On 24 August 2015 at 13:03, Gavin Shan wrote: > This submits changes with formatted commit log while updating Linux > headers using scripts/update-linux-headers.sh. > > Signed-off-by: Gavin Shan Thanks for writing a patch for this. > --- > scripts/update-linux-headers.sh | 21 +

Re: [Qemu-devel] [PATCH v6 3/8] scripts: Submit changes while updating linux headers

2015-08-24 Thread Peter Maydell
On 24 August 2015 at 13:03, Gavin Shan wrote: > This submits changes with formatted commit log while updating Linux > headers using scripts/update-linux-headers.sh. > > Signed-off-by: Gavin Shan Also, you typoed your email address thanks -- PMM

[Qemu-devel] [PATCH v6 3/8] scripts: Submit changes while updating linux headers

2015-08-24 Thread Gavin Shan
This submits changes with formatted commit log while updating Linux headers using scripts/update-linux-headers.sh. Signed-off-by: Gavin Shan --- scripts/update-linux-headers.sh | 21 + 1 file changed, 21 insertions(+) diff --git a/scripts/update-linux-headers.sh b/scripts/up