From: Eric Blake <eblake@redhat.com>
To: Gerd Hoffmann <kraxel@redhat.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] add scripts/git.orderfile
Date: Mon, 17 Jul 2017 06:42:34 -0500 [thread overview]
Message-ID: <93718068-720c-36b3-a18a-6af1d185039c@redhat.com> (raw)
In-Reply-To: <20170717101632.23247-1-kraxel@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 1199 bytes --]
On 07/17/2017 05:16 AM, Gerd Hoffmann wrote:
> Based on a old patch by Laszlo.
> Time to get this in ...
>
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
> scripts/git.orderfile | 29 +++++++++++++++++++++++++++++
> 1 file changed, 29 insertions(+)
> create mode 100644 scripts/git.orderfile
Reviewed-by: Eric Blake <eblake@redhat.com>
>
> diff --git a/scripts/git.orderfile b/scripts/git.orderfile
> new file mode 100644
> index 0000000000..ac699700b1
> --- /dev/null
> +++ b/scripts/git.orderfile
> @@ -0,0 +1,29 @@
> +#
> +# order file for git, to produce patches which are easier to review
> +# by diffing the important stuff like interface changes first.
> +#
> +# one-off usage:
> +# git diff -O scripts/git.orderfile ...
> +#
> +# add to git config:
> +# git config diff.orderFile scripts/git.orderfile
> +#
> +
> +# Documentation
> +docs/*
> +*.texi
> +
> +# build system
> +configure
> +Makefile*
> +*.mak
> +
> +# qapi schema
> +*.json
> +
> +# headers
> +*.h
> +
> +# code
> +*.c
> +
>
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3266
Virtualization: qemu.org | libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
next prev parent reply other threads:[~2017-07-17 11:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-17 10:16 [Qemu-devel] [PATCH] add scripts/git.orderfile Gerd Hoffmann
2017-07-17 11:42 ` Eric Blake [this message]
2017-07-18 22:07 ` Emilio G. Cota
2017-07-21 12:59 ` Stefan Hajnoczi
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=93718068-720c-36b3-a18a-6af1d185039c@redhat.com \
--to=eblake@redhat.com \
--cc=kraxel@redhat.com \
--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).