[lxc-devel] [PATCH] signed off patch explanation

lxc at zitta.fr lxc at zitta.fr
Sat Feb 21 16:02:28 UTC 2015


signed off patch explanation

Signed-off-by: Guillaume ZITTA <lxc at zitta.fr>
---
 content/lxc/contribute.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/content/lxc/contribute.md b/content/lxc/contribute.md
index 5d33cd5..9c830bb 100644
--- a/content/lxc/contribute.md
+++ b/content/lxc/contribute.md
@@ -12,3 +12,16 @@ and not on stable releases, unless the bug only affects a stable release.
 # Patch submission process
 You may contribute to LXC either by sending a patch or patchset directly
 on the [lxc-devel mailing-list](https://lists.linuxcontainers.org/listinfo/lxc-devel).
+
+## signed patch generation
+clone repository :
+
+    git clone git://github.com/lxc/lxc
+    
+modify, test, add , commit
+
+generate patch for all diff from master:
+
+    git format-patch -s origin/master
+
+copy/paste generated patch to your mail client
\ No newline at end of file
-- 
2.3.0



More information about the lxc-devel mailing list