diff mbox

[kvmtool] README: suggest a format.subjectprefix

Message ID 1482226839-6201-1-git-send-email-drjones@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Andrew Jones Dec. 20, 2016, 9:40 a.m. UTC
Signed-off-by: Andrew Jones <drjones@redhat.com>
---
 README | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/README b/README
index 5501f05971f96..52124b87a5e2d 100644
--- a/README
+++ b/README
@@ -104,5 +104,10 @@  http://lwn.net/Articles/658511/
 Contributing
 ------------
 
-Please send patches for kvmtool to kvm@vger.kernel.org , in the usual git patch
-format. Include "kvmtool" in the mail subject.
+Please send patches for kvmtool to kvm@vger.kernel.org, in the usual git
+patch format, including "kvmtool" in the mail subject. "kvmtool" can be
+added automatically by issuing the command
+
+ git config format.subjectprefix "PATCH kvmtool"
+
+in the git repository.