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 <kw...@redhat.com> (odd fixer:IDE)
>     Stefan Hajnoczi <stefa...@redhat.com> (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 <kw...@redhat.com> (odd fixer:IDE,commit_signer:6/27=22%)
    Stefan Hajnoczi <stefa...@redhat.com> (odd 
fixer:IDE,commit_signer:18/27=67%)
    John Snow <js...@redhat.com> (commit_signer:13/27=48%)
    Paolo Bonzini <pbonz...@redhat.com> (commit_signer:11/27=41%)
    Fam Zheng <f...@redhat.com> (commit_signer:4/27=15%)

With the patch:

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

which behaves the same as:

    $ scripts/get_maintainer.pl -f block/qed.c
    Kevin Wolf <kw...@redhat.com> (supporter:Block)
    Stefan Hajnoczi <stefa...@redhat.com> (supporter:Block)

Paolo

Reply via email to