From: Eric Blake Date: Thu, 20 Feb 2020 16:22:13 +0000 (-0600) Subject: maint: Include top-level *.rst files early in git diff X-Git-Tag: v5.0.0-rc0~49^2~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bab694faedf17c2ea95d6c739b0792ec52d64cb9;p=thirdparty%2Fqemu.git maint: Include top-level *.rst files early in git diff We are converting more doc files to *.rst rather than *.texi. Most doc files are already listed early in diffs due to our catchall docs/*, but a few top-level files get missed by that glob. Signed-off-by: Eric Blake Reviewed-by: Stefano Garzarella Message-Id: <20200220162214.3474280-1-eblake@redhat.com> Signed-off-by: Laurent Vivier --- diff --git a/scripts/git.orderfile b/scripts/git.orderfile index 7cf22e0bf54..73fd818d7f3 100644 --- a/scripts/git.orderfile +++ b/scripts/git.orderfile @@ -11,6 +11,7 @@ # Documentation docs/* +*.rst *.texi # build system