]> git.proxmox.com Git - mirror_qemu.git/blame - scripts/git.orderfile
Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2020-11-16-tag' into staging
[mirror_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
12# Documentation
13docs/*
bab694fa 14*.rst
3b6bb28a
GH
15
16# build system
17configure
18Makefile*
19*.mak
8edacae0 20meson.build
3b6bb28a
GH
21
22# qapi schema
b1862ee6
MA
23qapi/*.json
24qga/*.json
3b6bb28a 25
4b314c1a
PMD
26# semantic patches
27*.cocci
28
3b6bb28a
GH
29# headers
30*.h
31
75fa376c
PMD
32# decoding tree specification
33*.decode
34
3b6bb28a
GH
35# code
36*.c