qemu-patch-raspberry4/scripts/git.orderfile
Philippe Mathieu-Daudé 4b314c1a71 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>
2020-02-20 13:01:23 +01:00

36 lines
477 B
Plaintext

#
# order file for git, to produce patches which are easier to review
# by diffing the important stuff like interface changes first.
#
# one-off usage:
# git diff -O scripts/git.orderfile ...
#
# add to git config:
# git config diff.orderFile scripts/git.orderfile
#
# Documentation
docs/*
*.texi
# build system
configure
Makefile*
*.mak
# qapi schema
qapi/*.json
qga/*.json
# semantic patches
*.cocci
# headers
*.h
# decoding tree specification
*.decode
# code
*.c