qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] add scripts/git.orderfile


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH] add scripts/git.orderfile
Date: Mon, 17 Jul 2017 06:42:34 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

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 <address@hidden>
> ---
>  scripts/git.orderfile | 29 +++++++++++++++++++++++++++++
>  1 file changed, 29 insertions(+)
>  create mode 100644 scripts/git.orderfile

Reviewed-by: Eric Blake <address@hidden>

> 
> 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: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]