[PATCH libXfont 1/2] autogen: Set a default subject prefix for patches

Adam Jackson ajax at redhat.com
Wed May 18 15:52:26 UTC 2016


Signed-off-by: Adam Jackson <ajax at redhat.com>
---
 autogen.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/autogen.sh b/autogen.sh
index fc34bd5..da95aaa 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 libXfont"
+
 if test -z "$NOCONFIGURE"; then
     $srcdir/configure "$@"
 fi
-- 
2.7.4



More information about the xorg-devel mailing list