about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCole Helbling <cole.e.helbling@outlook.com>2020-05-08 16:53:33 -0700
committerAlyssa Ross <hi@alyssa.is>2020-05-09 00:07:18 +0000
commitca8622c93b771bccad0efbbb7ae742ac3b80f7cc (patch)
tree1276da290e79074cda8a1cf1826eacbbaaf8b92f
parent13c860e1e5bb02fce683012b851c44515f7b9b17 (diff)
downloadwww-ca8622c93b771bccad0efbbb7ae742ac3b80f7cc.tar
www-ca8622c93b771bccad0efbbb7ae742ac3b80f7cc.tar.gz
www-ca8622c93b771bccad0efbbb7ae742ac3b80f7cc.tar.bz2
www-ca8622c93b771bccad0efbbb7ae742ac3b80f7cc.tar.lz
www-ca8622c93b771bccad0efbbb7ae742ac3b80f7cc.tar.xz
www-ca8622c93b771bccad0efbbb7ae742ac3b80f7cc.tar.zst
www-ca8622c93b771bccad0efbbb7ae742ac3b80f7cc.zip
CONTRIBUTING: fix `git config` suggestion
format-patch is the component that adds to the prefix, not send-email.
-rw-r--r--CONTRIBUTING4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
index 2f1f8b2..7ec8fba 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -23,8 +23,8 @@ automatically prepend a prefix to the subject line of every patch
 message sent by it in a given repository.  You can configure it by
 running the following command in this Git repository:
 
-	git config sendemail.subjectPrefix "PATCH www"
+	git config format.subjectPrefix "PATCH www"
 
 From now on, git-send-email(1) will automatically add "[PATCH www]" to
 the start of every patch sent for this repository, instead of the
-default "[PATCH]".
\ No newline at end of file
+default "[PATCH]".