From 07c331773dd3bc4dadb164bcd9bc06dbd01de3b6 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Thu, 11 Jan 2018 09:47:52 +0100 Subject: build: make meson more official I also noticed that meson.sh doesn't set the prefix for patch submission. Fix that (even thought hopefully real soon igt will move to its own list). v2: Review from Petri. Cc: Petri Latvala Cc: Arkadiusz Hiler Reviewed-by: Petri Latvala Signed-off-by: Daniel Vetter --- meson.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson.sh') diff --git a/meson.sh b/meson.sh index ae8e3488..a8684f03 100755 --- a/meson.sh +++ b/meson.sh @@ -32,4 +32,6 @@ docs: EOF +git config format.subjectprefix "PATCH i-g-t" + make $@ -- cgit v1.2.3