summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3e092a9..6c24c2e 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ When sending single patches, please using something like:
76 76
77These values can be set as defaults for this repository: 77These values can be set as defaults for this repository:
78 78
79$ git config sendemail.to yocto@lists.yoctoproject.org 79$ git config sendemail.to yocto-patches@lists.yoctoproject.org
80$ git config format.subjectPrefix meta-security][PATCH 80$ git config format.subjectPrefix meta-security][PATCH
81 81
82Now you can just do 'git send-email origin/master' to send all local patches. 82Now you can just do 'git send-email origin/master' to send all local patches.