patches and low-level development discussion
 help / color / mirror / code / Atom feed
* [PATCH www] CONTRIBUTING: fix `git config` suggestion
@ 2020-05-08 23:53 Cole Helbling
  2020-05-09  0:16 ` Alyssa Ross
  0 siblings, 1 reply; 2+ messages in thread
From: Cole Helbling @ 2020-05-08 23:53 UTC (permalink / raw)
  To: devel; +Cc: Cole Helbling

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH www] CONTRIBUTING: fix `git config` suggestion
  2020-05-08 23:53 [PATCH www] CONTRIBUTING: fix `git config` suggestion Cole Helbling
@ 2020-05-09  0:16 ` Alyssa Ross
  0 siblings, 0 replies; 2+ messages in thread
From: Alyssa Ross @ 2020-05-09  0:16 UTC (permalink / raw)
  To: Cole Helbling; +Cc: devel

[-- Attachment #1: Type: text/plain, Size: 247 bytes --]

> format-patch is the component that adds to the prefix, not send-email.
> ---
>  CONTRIBUTING | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks again Cole!

To ssh://atuin/home/spectrum/www
   13c860e..ca8622c  master -> master

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-09  0:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-08 23:53 [PATCH www] CONTRIBUTING: fix `git config` suggestion Cole Helbling
2020-05-09  0:16 ` Alyssa Ross

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).