31 lines
813 B
Diff
31 lines
813 B
Diff
From c8f569bcbfe34c8fbb51862d69f0bb09c30542f6 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= <marcandre.lureau@redhat.com>
|
|
Date: Fri, 22 Mar 2019 16:12:36 +0100
|
|
Subject: [PATCH 14/23] Add a .gitpublish
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Set a default profile for git-publish.
|
|
(https://github.com/stefanha/git-publish)
|
|
|
|
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
|
|
---
|
|
.gitpublish | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
create mode 100644 .gitpublish
|
|
|
|
diff --git a/.gitpublish b/.gitpublish
|
|
new file mode 100644
|
|
index 0000000..71a9478
|
|
--- /dev/null
|
|
+++ b/.gitpublish
|
|
@@ -0,0 +1,4 @@
|
|
+[gitpublishprofile "default"]
|
|
+to = spice-devel@lists.freedesktop.org
|
|
+prefix = PATCH linux/vd-agent
|
|
+signoff = true
|
|
--
|
|
2.23.0
|
|
|