From bab694faedf17c2ea95d6c739b0792ec52d64cb9 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 20 Feb 2020 10:22:13 -0600 Subject: [PATCH] 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 --- scripts/git.orderfile | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/git.orderfile b/scripts/git.orderfile index 7cf22e0bf5..73fd818d7f 100644 --- a/scripts/git.orderfile +++ b/scripts/git.orderfile @@ -11,6 +11,7 @@ # Documentation docs/* +*.rst *.texi # build system