aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Jones <drjones@redhat.com>2016-12-20 10:40:39 +0100
committerWill Deacon <will.deacon@arm.com>2016-12-20 12:01:27 +0000
commitcfae4d64482ed745214e3c62dd84b79c2ae0f325 (patch)
treefa055f52ae3d060b0d6ef69f60fbe76e1a7b7caa
parentb09224228296d9febf120f3aa956964cc01a14b5 (diff)
downloadkvmtool-cfae4d64482ed745214e3c62dd84b79c2ae0f325.tar.gz
README: suggest a format.subjectprefix
Signed-off-by: Andrew Jones <drjones@redhat.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
-rw-r--r--README9
1 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index 5501f059..52124b87 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.