On 15/3/23 12:28, Philippe Mathieu-Daudé wrote:
> When modifying QAPI scripts and modifying C files along,
> it makes sense to display QAPI changes first.
Patch 3 of this series illustrates this (and has been
produced using this orderfile).
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> scripts/git.orderfile | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/scripts/git.orderfile b/scripts/git.orderfile
> index 8edac0380b..70adc1a74a 100644
> --- a/scripts/git.orderfile
> +++ b/scripts/git.orderfile
> @@ -22,6 +22,8 @@ Makefile*
> *.mak
> meson.build
>
> +# qapi scripts
> +scripts/qapi*
> # qapi schema
> qapi/*.json
> qga/*.json