mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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 <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
b8d5182b93
commit
ffc9e4680c
@@ -272,7 +272,7 @@ This can be easily handled with +git format-patch+ by using the option
|
|||||||
|
|
||||||
---------------------
|
---------------------
|
||||||
$ git format-patch --subject-prefix "PATCH v4" \
|
$ git format-patch --subject-prefix "PATCH v4" \
|
||||||
-M -o outgoing origin/master
|
-M -s -o outgoing origin/master
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
[[reporting-bugs]]
|
[[reporting-bugs]]
|
||||||
|
|||||||
Reference in New Issue
Block a user