[PATCH rendercheck 5/5] autogen: Set a default prefix for patches if unset.

Eric Anholt eric at anholt.net
Mon Feb 1 22:48:47 CET 2016


Signed-off-by: Eric Anholt <eric at anholt.net>
---
 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"
-- 
2.7.0



More information about the xorg-devel mailing list