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

Andrea Bolognani posted 1 patch 4 years, 4 months ago
Failed in applying to current master (apply log)
.gitpublish | 2 +-
README.md   | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
[libvirt] [rust PATCH] gitpublish: Fix subject prefix
Posted by Andrea Bolognani 4 years, 4 months ago
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@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@redhat.com
 cc = sahid.ferdjaoui@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@redhat.com --cc sahid.ferdjaoui@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@redhat.com --cc sahid.ferdjaoui@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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [rust PATCH] gitpublish: Fix subject prefix
Posted by Sahid Orentino Ferdjaoui 4 years, 4 months ago
On Wed, Nov 13, 2019 at 10:24:29AM +0100, Andrea Bolognani wrote:
> 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@redhat.com>
> ---
>  .gitpublish | 2 +-
>  README.md   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)

Reviewed-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@canonical.com>

Thanks,
s.


--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list