On Tue, Mar 22, 2022 at 11:11:42AM +0100, Andrea Bolognani wrote:
We're now using GitLab MRs for all subprojects, which makes
having "libvirt" in the prefix no longer necessary and a
pointless deviation from git-format-patch's default, which
some people still use.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
.gitpublish | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
NACK as I still think it's good to have the project name as part of
the prefix.
For example if some other mailing list is added to CC like we get mails
from QEMU project without proper prefix.
Pavel
diff --git a/.gitpublish b/.gitpublish
index d37bf4174a..2c9a6e909e 100644
--- a/.gitpublish
+++ b/.gitpublish
@@ -1,4 +1,4 @@
[gitpublishprofile "default"]
base = master
to = libvir-list(a)redhat.com
-prefix = libvirt PATCH
+prefix = PATCH
--
2.35.1