[libvirt] [rust PATCH] gitpublish: Fix subject prefix

Andrea Bolognani abologna at redhat.com
Wed Nov 13 09:24:29 UTC 2019


All libvirt-related projects, including language bindings,
follow a certain convention for subject prefix, and there's no
reason libvirt-rust should be any different.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 .gitpublish | 2 +-
 README.md   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitpublish b/.gitpublish
index b42ee56..35191be 100644
--- a/.gitpublish
+++ b/.gitpublish
@@ -2,4 +2,4 @@
 base = master
 to = libvir-list at redhat.com
 cc = sahid.ferdjaoui at canonical.com
-prefix = PATCH Rust
+prefix = rust PATCH
diff --git a/README.md b/README.md
index 93cd461..76acef5 100644
--- a/README.md
+++ b/README.md
@@ -78,14 +78,14 @@ send a single patch
 
 ```
    git send-email --to libvir-list at redhat.com --cc sahid.ferdjaoui at canonical.com \
-       --subject-prefix "PATCH Rust" --smtp-server=$HOSTNAME -1
+       --subject-prefix "rust PATCH" --smtp-server=$HOSTNAME -1
 ```
 
 Or to send all patches on the current branch, against master
 
 ```
    git send-email --to libvir-list at redhat.com --cc sahid.ferdjaoui at canonical.com \
-       --subject-prefix "PATCH Rust" --smtp-server=$HOSTNAME --no-chain-reply-to \
+       --subject-prefix "rust PATCH" --smtp-server=$HOSTNAME --no-chain-reply-to \
        --cover-letter --annotate master..
 ```
 
-- 
2.23.0




More information about the libvir-list mailing list