summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihail Konev <k.mvc@ya.ru>2017-01-26 13:52:48 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2017-01-26 13:52:48 +1000
commit04797d4f1c00c42d828608d05f8c72fcab07f0b8 (patch)
tree26207b23a17367ed060a1a01b8b12fceb84b8aa3
parentd0efe126cbbcd316378e148f0c36c226ba80dfe7 (diff)
downloadxorg-proto-bigreqsproto-04797d4f1c00c42d828608d05f8c72fcab07f0b8.tar.gz
autogen: add default patch prefix
Signed-off-by: Mihail Konev <k.mvc@ya.ru>
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 0006de8..00747fd 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 >/dev/null 2>&1 ||
+ git config --local format.subjectPrefix "PATCH bigreqsproto"
+
if test -z "$NOCONFIGURE"; then
exec "$srcdir"/configure "$@"
fi