qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: John Snow <jsnow@redhat.com>, qemu-devel@nongnu.org
Cc: "Philippe Mathieu-Daudé" <philmd@redhat.com>, qemu-block@nongnu.org
Subject: [Qemu-devel] [PATCH 1/2] scripts/git.orderfile: Order Python files before unordered ones
Date: Thu, 29 Aug 2019 12:05:20 +0200	[thread overview]
Message-ID: <20190829100521.12143-2-philmd@redhat.com> (raw)
In-Reply-To: <20190829100521.12143-1-philmd@redhat.com>

Order Python source files before the rest of unordered files.
This helps in particular while reviewing iotests.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 scripts/git.orderfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/git.orderfile b/scripts/git.orderfile
index ac699700b1..0ad5b9b8a8 100644
--- a/scripts/git.orderfile
+++ b/scripts/git.orderfile
@@ -26,4 +26,5 @@ Makefile*
 
 # code
 *.c
+*.py
 
-- 
2.20.1



  reply	other threads:[~2019-08-29 10:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-29 10:05 [Qemu-devel] [PATCH 0/2] git.orderfile: Order Python/shell scripts before unordered files Philippe Mathieu-Daudé
2019-08-29 10:05 ` Philippe Mathieu-Daudé [this message]
2019-08-29 10:05 ` [Qemu-devel] [PATCH 2/2] scripts/git.orderfile: Order shell " Philippe Mathieu-Daudé
2019-08-29 10:39 ` [Qemu-devel] [PATCH 0/2] git.orderfile: Order Python/shell " Eric Blake
2019-08-29 11:00 ` [Qemu-devel] [Qemu-block] " Stefano Garzarella
2019-08-29 16:08 ` [Qemu-devel] " Philippe Mathieu-Daudé
2019-08-29 17:35 ` John Snow

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190829100521.12143-2-philmd@redhat.com \
    --to=philmd@redhat.com \
    --cc=jsnow@redhat.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).