summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihail Konev <k.mvc@ya.ru>2017-01-26 13:52:49 +1000
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-24 14:46:10 -0700
commitfc53a9bdfd042b58456f4ee34042201d810b18a8 (patch)
tree27f389b4c2c395d2873bda8e4b9f3ce4f1c35db7
parent74d84c8fbb64be30ca4e31e5d8baafd50c4e9e32 (diff)
autogen: add default patch prefixHEADmaster
Signed-off-by: Mihail Konev <k.mvc@ya.ru> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 0006de8..91eac5b 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 xtsttopng"
+
if test -z "$NOCONFIGURE"; then
exec "$srcdir"/configure "$@"
fi