diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2020-02-20 09:40:45 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@redhat.com> | 2020-02-20 13:01:23 +0100 |
commit | 4b314c1a71e398f428de69ae719967cd9902f61d (patch) | |
tree | b9665f9708a74cdf28b67c2002b0ebec338a6840 | |
parent | 6c599282f8ab382fe59f03a6cae755b89561a7b3 (diff) | |
download | qemu-4b314c1a71e398f428de69ae719967cd9902f61d.zip qemu-4b314c1a71e398f428de69ae719967cd9902f61d.tar.gz qemu-4b314c1a71e398f428de69ae719967cd9902f61d.tar.bz2 |
scripts/git.orderfile: Display Cocci scripts before code modifications
When we use a Coccinelle semantic script to do automatic
code modifications, it makes sense to look at the semantic
patch first.
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
-rw-r--r-- | scripts/git.orderfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/git.orderfile b/scripts/git.orderfile index 1f747b5..7cf22e0 100644 --- a/scripts/git.orderfile +++ b/scripts/git.orderfile @@ -22,6 +22,9 @@ Makefile* qapi/*.json qga/*.json +# semantic patches +*.cocci + # headers *.h |