qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] posting patches in pull requests (was Re: [PATCH 08/29]


From: Paolo Bonzini
Subject: Re: [Qemu-devel] posting patches in pull requests (was Re: [PATCH 08/29] cpu: Add qemu_for_each_cpu())
Date: Thu, 02 May 2013 17:30:21 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4

Il 02/05/2013 15:51, Michael S. Tsirkin ha scritto:
> Anthony, can we please make it a rule that
> all patches in pull request are tagged specially?
> 
> As it is, patchwork is full of patches that were already reviewed and
> merged, all my scripts that were filtering and sorting patches are also
> useless, and I get to wade through each patch for the second time.
> 
> Maybe you could teach your scripts to ignore [PULL X/Y] where X>0?
> 
> This way people could tag all resent patches
> as PULL.
> 
> Further,
> PULL 0/2
> PULL 1/2
> PULL 2/2
> 
> aligns better than
> 
> PULL 0/2
> PATCH 1/2
> PATCH 2/2

Sure, I was just following others for example.

/me changes his scripts...

-s/PATCH/PULL/ if (/PATCH 0+\\//);
+s/PATCH/PULL/ if (/^Subject:/);

Yes, Perl...

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]