[CRIU] [PATCH p.haul] p.haul: add note about patches subject prefix to readme

Nikita Spiridonov nspiridonov at virtuozzo.com
Sat May 28 07:21:36 PDT 2016


Add note about p.haul patches subject prefix and example of the
command to set subject prefix for local repository to readme file.
Subject prefix needed since we are going to use patchwork for criu
and p.haul and it is needed to separate patches for each project.

Signed-off-by: Nikita Spiridonov <nspiridonov at virtuozzo.com>
---
 README.md |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 45327ea..46345c2 100644
--- a/README.md
+++ b/README.md
@@ -31,8 +31,11 @@ wiki (http://criu.org/Category:P.Haul).
 How to contribute
 =======
 
-The p.haul patches should be sent to CRIU development mailing list which is
-located at https://openvz.org/mailman/listinfo/criu
+The p.haul patches should be sent to CRIU development mailing list
+(https://openvz.org/mailman/listinfo/criu) with "p.haul" prefix.
+Configure your local git repository using following command to
+set subject prefix automatically:
+* $ git config format.subjectprefix "PATCH p.haul"
 
 Before sending patches please make sure your code formatted according to
 project coding style (we use [PEP8](https://www.python.org/dev/peps/pep-0008/)
-- 
1.7.1



More information about the CRIU mailing list