]> Git Repo - qemu.git/blob - scripts/git.orderfile
qapi: Document @errp usage more thoroughly in visitor.h
[qemu.git] / scripts / git.orderfile
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
13 docs/*
14 *.rst
15 *.texi
16
17 # build system
18 configure
19 Makefile*
20 *.mak
21
22 # qapi schema
23 qapi/*.json
24 qga/*.json
25
26 # semantic patches
27 *.cocci
28
29 # headers
30 *.h
31
32 # decoding tree specification
33 *.decode
34
35 # code
36 *.c
This page took 0.027258 seconds and 4 git commands to generate.