]> git.ipfire.org Git - thirdparty/qemu.git/blame - scripts/git.orderfile
hw/riscv/virt: Replace sprintf by g_strdup_printf
[thirdparty/qemu.git] / scripts / git.orderfile
CommitLineData
3b6bb28a
GH
1#
2# order file for git, to produce patches which are easier to review
3# by diffing the important stuff like interface changes first.
4#
5# one-off usage:
6# git diff -O scripts/git.orderfile ...
7#
8# add to git config:
9# git config diff.orderFile scripts/git.orderfile
10#
11
4828656f
PMD
12MAINTAINERS
13
3b6bb28a
GH
14# Documentation
15docs/*
bab694fa 16*.rst
a1bcbb48 17*.rst.inc
3b6bb28a
GH
18
19# build system
20configure
21Makefile*
22*.mak
8edacae0 23meson.build
3b6bb28a
GH
24
25# qapi schema
b1862ee6
MA
26qapi/*.json
27qga/*.json
3b6bb28a 28
4b314c1a
PMD
29# semantic patches
30*.cocci
31
3b6bb28a
GH
32# headers
33*.h
a1bcbb48 34*.h.inc
3b6bb28a 35
75fa376c
PMD
36# decoding tree specification
37*.decode
38
3b6bb28a
GH
39# code
40*.c
a1bcbb48 41*.c.inc