[PATCH xts 3/3] autogen: Set the default patch prefix.
Eric Anholt
eric at anholt.net
Wed Aug 31 23:45:56 UTC 2016
---
autogen.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/autogen.sh b/autogen.sh
index fc34bd55c443..ee30ef4aa858 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
--
2.9.3
More information about the xorg-devel
mailing list