git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Juergen Ruehle <j.ruehle@bmiag.de>
To: Junio C Hamano <junkio@cox.net>
Cc: git@vger.kernel.org, "Jürgen Rühle" <j-r@online.de>
Subject: [PATCH] Quick hack to avoid double qp encoding
Date: Wed, 10 Jan 2007 21:07:17 +0100	[thread overview]
Message-ID: <11684596371612-git-send-email-j.ruehle@bmiag.de> (raw)
In-Reply-To: <17829.12657.814000.514351@lapjr.intranet.kiel.bmiag.de>

From: Jürgen_Rühle <j-r@online.de>

Signed-off-by: Jürgen Rühle <j-r@online.de>
---
 This is just a hack since I know next to nothing about perl.

 git-send-email.perl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/git-send-email.perl b/git-send-email.perl
index ba39d39..a4a22d3 100755
--- a/git-send-email.perl
+++ b/git-send-email.perl
@@ -555,6 +555,7 @@ foreach my $t (@files) {
 	}
 	close F;
 	if (defined $author_not_sender) {
+		$author_not_sender =~ s/=\?utf-8\?q\?([^?]*)\?=/my $bla = $1; $bla =~ s|=([0-9a-fA-F]{2})|sprintf '%c', hex($1)|eg; $bla/eg;
 		$message = "From: $author_not_sender\n\n$message";
 	}
 
-- 
1.5.0.rc0.g525e

  reply	other threads:[~2007-01-10 20:07 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-16  2:53 [PATCH 1/2] Suggest use of "git add file1 file2" when there is nothing to commit Shawn O. Pearce
2007-01-05 20:44 ` Michael Loeffler
2007-01-05 22:33   ` Junio C Hamano
2007-01-06  5:57     ` Junio C Hamano
2007-01-06 13:33       ` Juergen Ruehle
2007-01-06 18:17         ` Junio C Hamano
2007-01-06 23:00           ` Juergen Ruehle
2007-01-08  5:48             ` Junio C Hamano
2007-01-08 10:42               ` Juergen Ruehle
2007-01-08 20:13                 ` Junio C Hamano
2007-01-10  7:08                   ` [PATCH] Provide better feedback for the untracked only case in status output Juergen Ruehle
2007-01-10  7:17                     ` Juergen Ruehle
2007-01-10  7:29                       ` Juergen Ruehle
2007-01-10  7:39                       ` Junio C Hamano
2007-01-10 18:33                         ` Juergen Ruehle
2007-01-10 20:07                           ` Juergen Ruehle [this message]
2007-01-10 20:37                             ` [PATCH] Quick hack to avoid double qp encoding Juergen Ruehle
2007-01-10 21:29                               ` Junio C Hamano
2007-01-10 18:16                     ` [PATCH] Provide better feedback for the untracked only case in status output Michael Loeffler
2007-01-10 20:14                       ` Juergen Ruehle
2007-01-10 22:25                       ` Juergen Ruehle
2007-01-10 22:29                         ` Jeff King
2007-01-11  7:17                           ` Juergen Ruehle
2007-01-06 14:02   ` [PATCH 1/2] Suggest use of "git add file1 file2" when there is nothing to commit Juergen Ruehle
2007-01-08 19:18     ` Michael Loeffler
2007-01-09  5:42       ` Juergen Ruehle

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

  List information: http://vger.kernel.org/majordomo-info.html

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

  git send-email \
    --in-reply-to=11684596371612-git-send-email-j.ruehle@bmiag.de \
    --to=j.ruehle@bmiag.de \
    --cc=git@vger.kernel.org \
    --cc=j-r@online.de \
    --cc=junkio@cox.net \
    /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://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).