readme: fix typo in contribution guide
git: 'sendemail' is not a git command. See 'git --help'.
The most similar command is
send-email
Fixes: b84374a572
("readme: add contribution guide")
Signed-off-by: inwit <inwit@sindominio.net>
This commit is contained in:
parent
e58194c7b5
commit
50b0436510
|
@ -105,12 +105,12 @@ defaults:
|
||||||
|
|
||||||
And send the patch to the mailing list:
|
And send the patch to the mailing list:
|
||||||
|
|
||||||
$ git sendemail --annotate -1
|
$ git send-email --annotate -1
|
||||||
|
|
||||||
Wait for feedback. Address comments and amend changes to your original commit.
|
Wait for feedback. Address comments and amend changes to your original commit.
|
||||||
Then you should send a v2:
|
Then you should send a v2:
|
||||||
|
|
||||||
$ git sendemail --in-reply-to=$first_message_id --annotate -v2 -1
|
$ git send-email --in-reply-to=$first_message_id --annotate -v2 -1
|
||||||
|
|
||||||
Once the maintainer is happy with your patch, they will apply it and push it.
|
Once the maintainer is happy with your patch, they will apply it and push it.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue