Re: [PATCH] scripts/git.orderfile: Keep files with .inc extension sorted

2020-12-14 Thread Paolo Bonzini
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é --- scripts/git.orderfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/git.orderfile b/scripts/git.orderfile index 3736c1d6aff..b3

[PATCH] scripts/git.orderfile: Keep files with .inc extension sorted

2020-12-13 Thread Philippe Mathieu-Daudé
Sort .inc files along with the extension including them. Signed-off-by: Philippe Mathieu-Daudé --- 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/sc