On 9/10/19 8:37 AM, Markus Armbruster wrote: > Pattern *.json also matches the tests/qapi-schema/*.json. Separates > them from the tests/qapi-schema/*.{err,exit,out} in diffs. I hate > that. Change the pattern to match just the "real" QAPI schemata. > > Signed-off-by: Markus Armbruster <arm...@redhat.com> > --- > scripts/git.orderfile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/scripts/git.orderfile b/scripts/git.orderfile > index ac699700b1..e89790941c 100644 > --- a/scripts/git.orderfile > +++ b/scripts/git.orderfile > @@ -19,11 +19,11 @@ Makefile* > *.mak > > # qapi schema > -*.json > +qapi/*.json > +qga/*.json > > # headers > *.h > > # code > *.c > - >
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>