From ac67964e73b7176de3ee08554b985ca0e31f376e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Thu, 16 Jan 2020 12:35:15 +0000 Subject: [PATCH] gitpublish: add a subject prefix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that we removed the subject prefix tag from the mailman config we should set 'libvirt' as the subject when sending patches. Reviewed-by: Ján Tomko Signed-off-by: Daniel P. Berrangé --- .gitpublish | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitpublish b/.gitpublish index 857f0d552c..d37bf4174a 100644 --- a/.gitpublish +++ b/.gitpublish @@ -1,3 +1,4 @@ [gitpublishprofile "default"] base = master to = libvir-list@redhat.com +prefix = libvirt PATCH -- GitLab