]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
add scripts/git.orderfile
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 17 Jul 2017 10:16:32 +0000 (12:16 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 20 Jul 2017 07:56:41 +0000 (09:56 +0200)
Based on a old patch by Laszlo.
Time to get this in ...

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Emilio G. Cota <cota@braap.org>
Message-id: 20170717101632.23247-1-kraxel@redhat.com

scripts/git.orderfile [new file with mode: 0644]

diff --git a/scripts/git.orderfile b/scripts/git.orderfile
new file mode 100644 (file)
index 0000000..ac69970
--- /dev/null
@@ -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
+