From e47be4e19dfc1dd56861b185b7022b4bdac3b8cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Tue, 24 Apr 2018 19:11:33 +0100 Subject: [PATCH] git: add a git publish configuration file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Provide a config file for git-publish that sets the right mailing list and patch subject prefix. Signed-off-by: Daniel P. Berrangé --- .gitpublish | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitpublish diff --git a/.gitpublish b/.gitpublish new file mode 100644 index 00000000..ca733389 --- /dev/null +++ b/.gitpublish @@ -0,0 +1,4 @@ +[gitpublishprofile "default"] +base = master +to = virt-tools-list@redhat.com +prefix = virt-manager PATCH