Skip to content
Snippets Groups Projects
Commit 3b6bb28a authored by Gerd Hoffmann's avatar Gerd Hoffmann
Browse files

add scripts/git.orderfile


Based on a old patch by Laszlo.
Time to get this in ...

Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
Reviewed-by: default avatarEric Blake <eblake@redhat.com>
Reviewed-by: default avatarEmilio G. Cota <cota@braap.org>
Message-id: 20170717101632.23247-1-kraxel@redhat.com
parent d4e59218
No related branches found
No related tags found
No related merge requests found
#
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment