xref: /openbmc/qemu/scripts/git.orderfile (revision 4828656f)
13b6bb28aSGerd Hoffmann#
23b6bb28aSGerd Hoffmann# order file for git, to produce patches which are easier to review
33b6bb28aSGerd Hoffmann# by diffing the important stuff like interface changes first.
43b6bb28aSGerd Hoffmann#
53b6bb28aSGerd Hoffmann# one-off usage:
63b6bb28aSGerd Hoffmann#   git diff -O scripts/git.orderfile ...
73b6bb28aSGerd Hoffmann#
83b6bb28aSGerd Hoffmann# add to git config:
93b6bb28aSGerd Hoffmann#   git config diff.orderFile scripts/git.orderfile
103b6bb28aSGerd Hoffmann#
113b6bb28aSGerd Hoffmann
12*4828656fSPhilippe Mathieu-DaudéMAINTAINERS
13*4828656fSPhilippe Mathieu-Daudé
143b6bb28aSGerd Hoffmann# Documentation
153b6bb28aSGerd Hoffmanndocs/*
16bab694faSEric Blake*.rst
17a1bcbb48SPhilippe Mathieu-Daudé*.rst.inc
183b6bb28aSGerd Hoffmann
193b6bb28aSGerd Hoffmann# build system
203b6bb28aSGerd Hoffmannconfigure
213b6bb28aSGerd HoffmannMakefile*
223b6bb28aSGerd Hoffmann*.mak
238edacae0SPhilippe Mathieu-Daudémeson.build
243b6bb28aSGerd Hoffmann
253b6bb28aSGerd Hoffmann# qapi schema
26b1862ee6SMarkus Armbrusterqapi/*.json
27b1862ee6SMarkus Armbrusterqga/*.json
283b6bb28aSGerd Hoffmann
294b314c1aSPhilippe Mathieu-Daudé# semantic patches
304b314c1aSPhilippe Mathieu-Daudé*.cocci
314b314c1aSPhilippe Mathieu-Daudé
323b6bb28aSGerd Hoffmann# headers
333b6bb28aSGerd Hoffmann*.h
34a1bcbb48SPhilippe Mathieu-Daudé*.h.inc
353b6bb28aSGerd Hoffmann
3675fa376cSPhilippe Mathieu-Daudé# decoding tree specification
3775fa376cSPhilippe Mathieu-Daudé*.decode
3875fa376cSPhilippe Mathieu-Daudé
393b6bb28aSGerd Hoffmann# code
403b6bb28aSGerd Hoffmann*.c
41a1bcbb48SPhilippe Mathieu-Daudé*.c.inc
42