repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
spapr_pci: use the common _FDT() helper
[qemu/ar7.git]
/
scripts
/
git.orderfile
blob
ac699700b18dd3aba01412bb30042e5b9948e840
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
*.texi
15
16
# build system
17
configure
18
Makefile*
19
*.mak
20
21
# qapi schema
22
*.json
23
24
# headers
25
*.h
26
27
# code
28
*.c
29