mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 12:51:23 +03:00
docs: make it clearer that a Signed-off-by is wanted on patches
This commit is contained in:
parent
8649c78e1e
commit
1e292141f3
@ -93,12 +93,15 @@ first create a branch off of master:
|
|||||||
|
|
||||||
$ git checkout -b somename
|
$ git checkout -b somename
|
||||||
|
|
||||||
Then change the code so it does what you want, and commit it, with in the
|
Then change the code so it does what you want, and commit it together
|
||||||
commit message (after the one-line summary) a rationale for the change:
|
with your Sign-off:
|
||||||
|
|
||||||
$ git commit -as
|
$ git commit -as
|
||||||
|
|
||||||
Then create a patch (or patches):
|
In the commit message (after the one-line summary) give a rationale
|
||||||
|
for the change. With your Signed-off-by you declare that the code is
|
||||||
|
yours, or that you are free to reuse it, and that you submit it under
|
||||||
|
the license that covers nano. Then create a patch (or patches):
|
||||||
|
|
||||||
$ git format-patch master
|
$ git format-patch master
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user