summaryrefslogblamecommitdiffstats
path: root/scripts/git.orderfile
blob: 3736c1d6afff598e1040bff60cadd415c25baaf4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                   
     




              
           

             

           
 


                  


         


                             

      
#
# 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/*
*.rst

# build system
configure
Makefile*
*.mak
meson.build

# qapi schema
qapi/*.json
qga/*.json

# semantic patches
*.cocci

# headers
*.h

# decoding tree specification
*.decode

# code
*.c