qemu-devel
[Top][All Lists]
Advanced

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

[PULL 080/136] scripts/git.orderfile: Display Cocci scripts before code


From: Paolo Bonzini
Subject: [PULL 080/136] scripts/git.orderfile: Display Cocci scripts before code modifications
Date: Tue, 25 Feb 2020 12:50:10 +0100

From: Philippe Mathieu-Daudé <address@hidden>

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é <address@hidden>
---
 scripts/git.orderfile | 3 +++
 1 file changed, 3 insertions(+)

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
 
-- 
1.8.3.1





reply via email to

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