From ffc9e4680c1634fd7f2e088889c9ffbd43f4968c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 29 Jul 2014 17:01:30 +0200 Subject: [PATCH] docs/manual: add sob line for patch series The -s is missing in the documentation when teaching how to use 'git format-patch' to automatically add the sob line. Signed-off-by: Waldemar Brodkorb Signed-off-by: Thomas Petazzoni --- docs/manual/contribute.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/contribute.txt b/docs/manual/contribute.txt index 12e7f98bf6..b7e89444b7 100644 --- a/docs/manual/contribute.txt +++ b/docs/manual/contribute.txt @@ -272,7 +272,7 @@ This can be easily handled with +git format-patch+ by using the option --------------------- $ git format-patch --subject-prefix "PATCH v4" \ - -M -o outgoing origin/master + -M -s -o outgoing origin/master --------------------- [[reporting-bugs]] -- 2.30.2