projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
863f195
)
scripts/git.orderfile: Match QAPI schema more precisely
author
Markus Armbruster
<armbru@redhat.com>
Fri, 13 Sep 2019 20:13:34 +0000
(22:13 +0200)
committer
Markus Armbruster
<armbru@redhat.com>
Tue, 24 Sep 2019 12:07:22 +0000
(14:07 +0200)
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 <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <
20190913201349
.24332-2-armbru@redhat.com>
scripts/git.orderfile
patch
|
blob
|
history
diff --git
a/scripts/git.orderfile
b/scripts/git.orderfile
index ac699700b18dd3aba01412bb30042e5b9948e840..e89790941cc3df899b62dbed3162f12fd6010b6e 100644
(file)
--- 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
-