]> diplodocus.org Git - xorg-xinput/commitdiff
autogen: add default patch prefix
authorMihail Konev <k.mvc@ya.ru>
Thu, 26 Jan 2017 04:00:21 +0000 (14:00 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 26 Jan 2017 04:00:21 +0000 (14:00 +1000)
Signed-off-by: Mihail Konev <k.mvc@ya.ru>
autogen.sh

index 0006de8a705d04e5d50bccde88936a53a7cd8b5f..c1082b62b8dec84e72d846e1955cd8bdb6e291ba 100755 (executable)
@@ -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 app/xinput"
+
 if test -z "$NOCONFIGURE"; then
     exec "$srcdir"/configure "$@"
 fi