Re: [Qemu-devel] Maintainers, please git-am -m

2019-02-26 Thread Eric Blake
On 2/26/19 1:15 AM, Markus Armbruster wrote: >>> The Message-id identifies the patch e-mail. It makes finding the review >>> thread easier and more reliable. It's also a valid key on Patchew[*]. >> >> I find the tag valuable enough in later git searches that I don't mind >> feeding my own patche

Re: [Qemu-devel] Maintainers, please git-am -m

2019-02-25 Thread Markus Armbruster
Eric Blake writes: > On 2/8/19 1:30 AM, Markus Armbruster wrote: >> Short story: please add >> >> [am] >> messageid = true >> >> to your .gitconfig. >> >> Long story. git-am can add a Message-id: tag. Looks like this: >> > >> >> Signed-off-by: Thomas Huth >>

Re: [Qemu-devel] Maintainers, please git-am -m

2019-02-25 Thread Eric Blake
On 2/8/19 1:30 AM, Markus Armbruster wrote: > Short story: please add > > [am] > messageid = true > > to your .gitconfig. > > Long story. git-am can add a Message-id: tag. Looks like this: > > > Signed-off-by: Thomas Huth > Reviewed-by: Daniel P. Berrangé >

Re: [Qemu-devel] Maintainers, please git-am -m

2019-02-08 Thread Paolo Bonzini
On 08/02/19 17:07, Philippe Mathieu-Daudé wrote: > And yet this isn't a pull request but a simple patch, so the Message-Id > might not be very relevant there. Yes, I agree that Message-Id is not that relevant if you're taking a patch from someone else and then reposting it. But it's a relatively

Re: [Qemu-devel] Maintainers, please git-am -m

2019-02-08 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > On 2/8/19 8:30 AM, Markus Armbruster wrote: >> Short story: please add >> >> [am] >> messageid = true >> >> to your .gitconfig. >> >> Long story. git-am can add a Message-id: tag. Looks like this: >> >> commit 335dbb5de1e98c4dc73590349f17

Re: [Qemu-devel] Maintainers, please git-am -m

2019-02-08 Thread Philippe Mathieu-Daudé
On 2/8/19 8:30 AM, Markus Armbruster wrote: > Short story: please add > > [am] > messageid = true > > to your .gitconfig. > > Long story. git-am can add a Message-id: tag. Looks like this: > > commit 335dbb5de1e98c4dc73590349f17bb2a4d72596c > Author: Thomas Huth >

Re: [Qemu-devel] Maintainers, please git-am -m

2019-02-08 Thread Gerd Hoffmann
On Fri, Feb 08, 2019 at 09:57:20AM +0100, Cornelia Huck wrote: > On Fri, 08 Feb 2019 08:30:11 +0100 > Markus Armbruster wrote: > > > Short story: please add > > > > [am] > > messageid = true > > > > to your .gitconfig. > > > > Long story. git-am can add a Message-id: tag. Loo

Re: [Qemu-devel] Maintainers, please git-am -m

2019-02-08 Thread Gerd Hoffmann
Hi, > >with without > > 65 2 Gerd Hoffmann Oops. Two slipped through:( > I'd like to, but I can't. I'm still using git 1.8 and the -m parameter > is not supported there yet. rhel-7 software collection has newer git (2.9) available. HTH, Gerd

Re: [Qemu-devel] Maintainers, please git-am -m

2019-02-08 Thread Cornelia Huck
On Fri, 08 Feb 2019 08:30:11 +0100 Markus Armbruster wrote: > Short story: please add > > [am] > messageid = true > > to your .gitconfig. > > Long story. git-am can add a Message-id: tag. Looks like this: > > commit 335dbb5de1e98c4dc73590349f17bb2a4d72596c > Author:

Re: [Qemu-devel] Maintainers, please git-am -m

2019-02-07 Thread Thomas Huth
On 2019-02-08 08:30, Markus Armbruster wrote: > Short story: please add > > [am] > messageid = true > > to your .gitconfig. > > Long story. git-am can add a Message-id: tag. Looks like this: > > commit 335dbb5de1e98c4dc73590349f17bb2a4d72596c > Author: Thomas Huth >

[Qemu-devel] Maintainers, please git-am -m

2019-02-07 Thread Markus Armbruster
Short story: please add [am] messageid = true to your .gitconfig. Long story. git-am can add a Message-id: tag. Looks like this: commit 335dbb5de1e98c4dc73590349f17bb2a4d72596c Author: Thomas Huth Date: Mon Feb 4 09:25:43 2019 +0100 Commit: Peter Maydell