summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2016-08-31 16:02:16 -0700
committerEric Anholt <eric@anholt.net>2016-09-02 10:42:03 -0700
commitc1fd13299571d974713f8747bee7691c10778799 (patch)
tree6fc75e60f54162f70e8c1815bfe03f68f2c0a4c9
parent75efa833fa3c006100a35273b37f711edd686725 (diff)
autogen: Set the default patch prefix.
Reviewed-by: Adam Jackson <ajax@redhat.com>
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index fc34bd55..ee30ef4a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,6 +9,9 @@ cd $srcdir
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
+git config --local --get format.subjectPrefix ||
+ git config --local format.subjectPrefix "PATCH xts"
+
if test -z "$NOCONFIGURE"; then
$srcdir/configure "$@"
fi