patches and low-level development discussion
 help / color / mirror / code / Atom feed
From: Cole Helbling <cole.e.helbling@outlook.com>
To: devel@spectrum-os.org
Cc: Cole Helbling <cole.e.helbling@outlook.com>
Subject: [PATCH www] CONTRIBUTING: fix `git config` suggestion
Date: Fri,  8 May 2020 16:53:33 -0700	[thread overview]
Message-ID: <CH2PR14MB3579EB43E27C79F43530DCA8B3A20@CH2PR14MB3579.namprd14.prod.outlook.com> (raw)

format-patch is the component that adds to the prefix, not send-email.
---
 CONTRIBUTING | 4 ++--
 1 file 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]".
-- 
2.26.2

             reply	other threads:[~2020-05-08 23:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-08 23:53 Cole Helbling [this message]
2020-05-09  0:16 ` Alyssa Ross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CH2PR14MB3579EB43E27C79F43530DCA8B3A20@CH2PR14MB3579.namprd14.prod.outlook.com \
    --to=cole.e.helbling@outlook.com \
    --cc=devel@spectrum-os.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).