xf86-video-mach64: Branch 'master'

Peter Hutterer whot at kemper.freedesktop.org
Thu Jan 26 04:07:17 UTC 2017


 autogen.sh |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit dec6d18b61a1f8841303572ae5931fe6c937664f
Author: Mihail Konev <k.mvc at ya.ru>
Date:   Thu Jan 26 14:00:22 2017 +1000

    autogen: add default patch prefix
    
    Signed-off-by: Mihail Konev <k.mvc at ya.ru>

diff --git a/autogen.sh b/autogen.sh
index 0006de8..e70da8a 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 xf86-video-mach64"
+
 if test -z "$NOCONFIGURE"; then
     exec "$srcdir"/configure "$@"
 fi


More information about the xorg-commit mailing list