All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: suggest "Helped-by" rather than "Thanks-to"
@ 2017-06-05 10:53 Adam Dinwoodie
  2017-06-05 18:42 ` Stefan Beller
  0 siblings, 1 reply; 6+ messages in thread
From: Adam Dinwoodie @ 2017-06-05 10:53 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, René Genz

The SubmittingPatches doc suggests adding "tags" in the style of
"Signed-off-by" to commit messages, and suggests some in common usage.
However, based on usage on the Git mailing list (and in particular,
Junio C Hamano's email to René Genz on 23 April), the suggested
"Thanks-to" is not common usage, and should instead be "Helped-by".

Signed-off-by: Adam Dinwoodie <adam@dinwoodie.org>
---
 Documentation/SubmittingPatches | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
index 558d465b6..2de42b3fa 100644
--- a/Documentation/SubmittingPatches
+++ b/Documentation/SubmittingPatches
@@ -319,7 +319,7 @@ If you like, you can put extra tags at the end:
    and found it to have the desired effect.
 
 You can also create your own tag or use one that's in common usage
-such as "Thanks-to:", "Based-on-patch-by:", or "Mentored-by:".
+such as "Helped-by:", "Based-on-patch-by:", or "Mentored-by:".
 
 ------------------------------------------------
 Subsystems with dedicated maintainers
-- 
2.12.3


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

end of thread, other threads:[~2017-06-09 13:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-05 10:53 [PATCH] docs: suggest "Helped-by" rather than "Thanks-to" Adam Dinwoodie
2017-06-05 18:42 ` Stefan Beller
2017-06-06 12:57   ` Adam Dinwoodie
2017-06-06 23:44     ` Junio C Hamano
2017-06-08  8:43       ` Adam Dinwoodie
2017-06-09 13:30         ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.