qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: "Philippe Mathieu-Daudé" <f4bug@amsat.org>,
	qemu-trivial@nongnu.org, qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>
Subject: Re: [PATCH] scripts/git.orderfile: Keep files with .inc extension sorted
Date: Mon, 14 Dec 2020 12:16:09 +0100	[thread overview]
Message-ID: <c777aead-4080-09e7-7db4-30d56de83d76@redhat.com> (raw)
In-Reply-To: <20201213205132.243628-1-f4bug@amsat.org>

On 13/12/20 21:51, Philippe Mathieu-Daudé wrote:
> Sort .inc files along with the extension including them.
> 
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>   scripts/git.orderfile | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/scripts/git.orderfile b/scripts/git.orderfile
> index 3736c1d6aff..b32203b7106 100644
> --- a/scripts/git.orderfile
> +++ b/scripts/git.orderfile
> @@ -12,6 +12,7 @@
>   # Documentation
>   docs/*
>   *.rst
> +*.rst.inc
>   
>   # build system
>   configure
> @@ -28,9 +29,11 @@ qga/*.json
>   
>   # headers
>   *.h
> +*.h.inc
>   
>   # decoding tree specification
>   *.decode
>   
>   # code
>   *.c
> +*.c.inc
> 

Queued, thanks.

Paolo



      reply	other threads:[~2020-12-14 11:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-13 20:51 [PATCH] scripts/git.orderfile: Keep files with .inc extension sorted Philippe Mathieu-Daudé
2020-12-14 11:16 ` Paolo Bonzini [this message]

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=c777aead-4080-09e7-7db4-30d56de83d76@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=f4bug@amsat.org \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@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).