From 0e98773e008ac81c615f5608089e6a917c03f107 Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Mon, 14 May 2018 17:43:50 +0200 Subject: [PATCH] Add .git.diff.order file Commit 97a85089d67 ("Make do-rebase generate proper patches regardless of git config") changed do-rebase to generate patches as expected by the pkg but unfortunately it missed the file to control the order in which files appear in the output. Signed-off-by: Javier Martinez Canillas --- .git.diff.order | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .git.diff.order diff --git a/.git.diff.order b/.git.diff.order new file mode 100644 index 0000000..fca2682 --- /dev/null +++ b/.git.diff.order @@ -0,0 +1,15 @@ +*.dec +*.dsc.inc +*.dsc +*.fdf +*.inf +*.vfr +*.ac +*.def +*.c +*.h +*.S +*.mk +Makefile.* +Make.* +Makefile