xserver: Branch 'master'

Adam Jackson ajax at kemper.freedesktop.org
Mon Feb 8 23:42:15 CET 2016


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

New commits:
commit a722d617a092f08f69086630f5cfb598d4a21cc7
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Dec 9 09:10:13 2015 -0500

    autogen: Set a default subject prefix for patches
    
    Per discussion at XDC2015, we want this so we can easily distinguish
    which module a patch is for. There's no way to set this in the
    server-side config, so setting a default at autogen time is about the
    best we can do.
    
    Reviewed-by: Eric Anholt <eric at anholt.net>
    Signed-off-by: Adam Jackson <ajax at redhat.com>

diff --git a/autogen.sh b/autogen.sh
index aee4beb..4de97bf 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,6 +9,9 @@ cd "$srcdir"
 autoreconf --force -v --install || exit 1
 cd "$ORIGDIR" || exit $?
 
+git config --local --get format.subjectPrefix ||
+    git config --local format.subjectPrefix "PATCH xserver"
+
 if test -z "$NOCONFIGURE"; then
     exec "$srcdir"/configure "$@"
 fi


More information about the xorg-commit mailing list