[PATCH xf86-video-amdgpu 1/6] autogen: add default patch prefix

Michel Dänzer michel at daenzer.net
Thu Mar 2 09:17:55 UTC 2017


From: Mihail Konev <k.mvc at ya.ru>

(Ported from radeon commit 8e6a4e96b7b27559e186f71b5547abb0a80b96dd)

Signed-off-by: Michel Dänzer <michel.daenzer at amd.com>
---
 autogen.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/autogen.sh b/autogen.sh
index 0006de8a..c814d5cf 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-amdgpu"
+
 if test -z "$NOCONFIGURE"; then
     exec "$srcdir"/configure "$@"
 fi
-- 
2.11.0



More information about the amd-gfx mailing list