summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2016-02-01 13:48:47 -0800
committerAdam Jackson <ajax@redhat.com>2016-02-08 16:13:13 -0500
commitc828b535a914fdf1da54cc521ebe6bf9078d80ba (patch)
tree7efea6d92102f0b87e571e5909a169fcffeffc58
parent60ed3f88ae40a9cb00d559f92608300f9287cc5e (diff)
autogen: Set a default prefix for patches if unset.
Signed-off-by: Eric Anholt <eric@anholt.net>
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
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"