qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] scripts/get_maintainer.pl: allow "odd fixes"


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH] scripts/get_maintainer.pl: allow "odd fixes"
Date: Wed, 22 Oct 2014 09:58:15 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0


On 10/22/2014 09:47 AM, Markus Armbruster wrote:
> Like this:
> 
>     $ scripts/get_maintainer.pl -f --no-git-fallback hw/ide/core.c 
>     Kevin Wolf <address@hidden> (odd fixer:IDE)
>     Stefan Hajnoczi <address@hidden> (odd fixer:IDE)
> 
> What's wrong with that?

Michael's patch fixes the case where you do _not_ have --no-git-fallback:

    $ scripts/get_maintainer.pl -f hw/ide/core.c 
    Kevin Wolf <address@hidden> (odd fixer:IDE,commit_signer:6/27=22%)
    Stefan Hajnoczi <address@hidden> (odd fixer:IDE,commit_signer:18/27=67%)
    John Snow <address@hidden> (commit_signer:13/27=48%)
    Paolo Bonzini <address@hidden> (commit_signer:11/27=41%)
    Fam Zheng <address@hidden> (commit_signer:4/27=15%)

With the patch:

    $ scripts/get_maintainer.pl -f hw/ide/core.c 
    Kevin Wolf <address@hidden> (odd fixer:IDE)
    Stefan Hajnoczi <address@hidden> (odd fixer:IDE)

which behaves the same as:

    $ scripts/get_maintainer.pl -f block/qed.c
    Kevin Wolf <address@hidden> (supporter:Block)
    Stefan Hajnoczi <address@hidden> (supporter:Block)

Paolo



reply via email to

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