From c828b535a914fdf1da54cc521ebe6bf9078d80ba Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 1 Feb 2016 13:48:47 -0800 Subject: autogen: Set a default prefix for patches if unset. Signed-off-by: Eric Anholt --- autogen.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autogen.sh b/autogen.sh index 1b15e18..c262d6b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -11,3 +11,6 @@ autoreconf -v --install || exit 1 cd $ORIGDIR || exit $? $srcdir/configure --enable-maintainer-mode "$@" + +git config --local --get format.subjectPrefix || + git config --local format.subjectPrefix "PATCH rendercheck" -- cgit v1.2.3