The git send-email command on most shells requires the subject-prefix to be quoted and with the trailing quote I always think it is from the README and then realize after the fact I have to edit it. I used $ to imply the shell prompt since that seems pretty common across the internet.
Signed-off-by: Doug Goldstein <[email protected]> --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index c60044d..2578f90 100644 --- a/README +++ b/README @@ -42,7 +42,7 @@ Maintainers: Raymond Danks <[email protected]> Bruce Ashfield <[email protected]> When sending single patches, please using something like: -'git send-email -1 --to [email protected] --subject-prefix=meta-virtualization][PATCH' +$ git send-email -1 --to [email protected] --subject-prefix='meta-virtualization][PATCH' License ------- -- 2.4.10 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
