From: Ján Tomko
Date: Fri, 18 Oct 2019 20:55:05 +0000 (+0200)
Subject: docs: hacking: mention git-publish prominently
X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2825803477a54a337e194288ae6a8fd1c950957c;p=libvirt.git
docs: hacking: mention git-publish prominently
This tool takes care of many of the tedious parts of submitting
a patch. Mention it first, above the "manual" way using
git send-email.
Signed-off-by: Ján Tomko
Reviewed-by: Daniel P. Berrangé
Reviewed-by: Andrea Bolognani
---
diff --git a/docs/hacking.html.in b/docs/hacking.html.in
index 1da2cbbd9f..42c8596abe 100644
--- a/docs/hacking.html.in
+++ b/docs/hacking.html.in
@@ -29,7 +29,11 @@
file from zanata.
- Post patches using git send-email
.
+ The simplest way to send patches is to use the
+ git-publish
+ tool. All libvirt-related repositories contain a config file that
+ tells git-publish to use the correct mailing list and subject prefix.
+ Alternatively, you may send patches using git send-email
.
Also, for code motion patches, you may find that git
diff --patience
provides an easier-to-read patch.
However, the usual workflow of libvirt developer is: