1
0
mirror of https://gitlab.com/qemu-project/qemu synced 2024-07-01 07:14:48 +00:00
qemu/scripts/git.orderfile
Philippe Mathieu-Daudé 4828656f65 scripts/git.orderfile: Display MAINTAINERS changes first
If we get custom to see MAINTAINERS changes first,
we might catch missing MAINTAINERS updates easier.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20221216225505.26052-1-philmd@linaro.org>
2023-01-13 16:22:57 +01:00

42 lines
527 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
#
MAINTAINERS
# Documentation
docs/*
*.rst
*.rst.inc
# build system
configure
Makefile*
*.mak
meson.build
# qapi schema
qapi/*.json
qga/*.json
# semantic patches
*.cocci
# headers
*.h
*.h.inc
# decoding tree specification
*.decode
# code
*.c
*.c.inc