proto/randrproto: Branch 'master'

Peter Hutterer whot at kemper.freedesktop.org
Thu Jan 26 04:13:51 UTC 2017


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

New commits:
commit 57d3ab1aa7daea9b351dd8bf41ad94522c786d79
Author: Mihail Konev <k.mvc at ya.ru>
Date:   Thu Jan 26 13:52:48 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..5f9bc33 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 randrproto"
+
 if test -z "$NOCONFIGURE"; then
     exec "$srcdir"/configure "$@"
 fi


More information about the xorg-commit mailing list