From: Gerd Hoffmann Date: Mon, 17 Jul 2017 10:16:32 +0000 (+0200) Subject: add scripts/git.orderfile X-Git-Tag: v2.10.0-rc0~29^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b6bb28a6c5ce35e652902661a23d643f02531c8;p=thirdparty%2Fqemu.git add scripts/git.orderfile Based on a old patch by Laszlo. Time to get this in ... Signed-off-by: Gerd Hoffmann Reviewed-by: Eric Blake Reviewed-by: Emilio G. Cota Message-id: 20170717101632.23247-1-kraxel@redhat.com --- diff --git a/scripts/git.orderfile b/scripts/git.orderfile new file mode 100644 index 00000000000..ac699700b18 --- /dev/null +++ b/scripts/git.orderfile @@ -0,0 +1,29 @@ +# +# 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/* +*.texi + +# build system +configure +Makefile* +*.mak + +# qapi schema +*.json + +# headers +*.h + +# code +*.c +