Git development
 help / color / mirror / Atom feed
* [PATCH] Change the signature start string to "-- \n"
@ 2006-02-17  2:25 Karl  Hasselström
  0 siblings, 0 replies; only message in thread
From: Karl  Hasselström @ 2006-02-17  2:25 UTC (permalink / raw)
  To: Catalin Marinas; +Cc: git

Change the signature start string from "--\n" to "-- \n" in the cover
mail template, as recommended in Mutt's manual:

    It is *strongly* recommended that you not unset this variable
    [from its default value of "-- \n"] unless your "signature"
    contains just your name. The reason for this is because many
    software packages use "-- \n" to detect your signature. For
    example, Mutt has the ability to highlight the signature in a
    different color in the builtin pager.

Signed-off-by: Karl Hasselström <kha@treskal.com>

---

 templates/covermail.tmpl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/templates/covermail.tmpl b/templates/covermail.tmpl
index 9789c9c..44cd19e 100644
--- a/templates/covermail.tmpl
+++ b/templates/covermail.tmpl
@@ -4,5 +4,5 @@ Date: %(date)s
 %(endofheaders)s
 The following series implements...
 
---
+-- 
 Signature

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-02-17  2:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-17  2:25 [PATCH] Change the signature start string to "-- \n" Karl  Hasselström

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox