From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Noralf_Tr=F8nnes?= Subject: Git messes up =?ISO-8859-1?Q?=27=F8=27_character?= Date: Tue, 20 Jan 2015 20:46:21 +0100 Message-ID: <54BEB08D.9090905@tronnes.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Greg Kroah-Hartman To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Tue Jan 20 20:55:18 2015 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YDetR-0007Sy-Vi for gcvg-git-2@plane.gmane.org; Tue, 20 Jan 2015 20:55:18 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752871AbbATTzL convert rfc822-to-quoted-printable (ORCPT ); Tue, 20 Jan 2015 14:55:11 -0500 Received: from asav22.altibox.net ([109.247.116.9]:37416 "EHLO asav22.altibox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752075AbbATTzK (ORCPT ); Tue, 20 Jan 2015 14:55:10 -0500 X-Greylist: delayed 525 seconds by postgrey-1.27 at vger.kernel.org; Tue, 20 Jan 2015 14:55:09 EST Received: from localhost (localhost [127.0.0.1]) by asav22.altibox.net (Postfix) with ESMTP id A6FA9201A5; Tue, 20 Jan 2015 20:46:21 +0100 (CET) Received: from asav22.altibox.net ([127.0.0.1]) by localhost (asav22.lysetele.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id wXUfemQ_-AP9; Tue, 20 Jan 2015 20:46:20 +0100 (CET) Received: from [127.0.0.1] (48.81-166-104.customer.lyse.net [81.166.104.48]) by asav22.altibox.net (Postfix) with ESMTP id 55DD420072; Tue, 20 Jan 2015 20:46:19 +0100 (CET) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 X-Antivirus: avast! (VPS 150120-1, 20.01.2015), Outbound message X-Antivirus-Status: Clean Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: I can't get my name: Noralf Tr=F8nnes, to come out correctly when I format and send a patch. The '=F8' becomes a question mark when receive= d in my email client. This is the head of the patch file generated by git format-patch: From b2a4f6abdb097c4dc092b56995a2af8e42fbea79 Mon Sep 17 00:00:00 2001 =46rom: =3D?UTF-8?q?Noralf=3D20Tr=3DF8nnes?=3D Date: Tue, 20 Jan 2015 18:34:47 +0100 Subject: [PATCH] staging: fbtft: remove ARCH_BCM2708 optimization MIME-Version: 1.0 Content-Type: text/plain; charset=3DUTF-8 Content-Transfer-Encoding: 8bit ARCH_BCM2708 is not present in mainline so remove optimization. Signed-off-by: Noralf Tr=F8nnes --- $ git log -1 commit b2a4f6abdb097c4dc092b56995a2af8e42fbea79 Author: Noralf Trnnes Date: Tue Jan 20 18:34:47 2015 +0100 staging: fbtft: remove ARCH_BCM2708 optimization ARCH_BCM2708 is not present in mainline so remove optimization. Signed-off-by: Noralf Trnnes $ git send-email --to notro@tronnes.org=20 0001-staging-fbtft-remove-ARCH_BCM2708-optimization.patch 0001-staging-fbtft-remove-ARCH_BCM2708-optimization.patch (mbox) Adding cc: =3D?UTF-8?q?Noralf=3D20Tr=3DF8nnes?=3D =20 from line 'From: =3D?UTF-8?q?Noralf=3D20Tr=3DF8nnes?=3D ' (body) Adding cc: Noralf Tr=F8nnes from line=20 'Signed-off-by: Noralf Tr=F8nnes ' =46rom: =3D?UTF-8?q?Noralf=3D20Tr=3DF8nnes?=3D To: notro@tronnes.org Subject: [PATCH] staging: fbtft: remove ARCH_BCM2708 optimization Date: Tue, 20 Jan 2015 20:25:24 +0100 Message-Id: <1421781924-3066-1-git-send-email-notro@tronnes.org> X-Mailer: git-send-email 2.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=3DUTF-8 Content-Transfer-Encoding: 8bit The Cc list above has been expanded by additional addresses found in the patch commit message. By default send-email prompts before sending whenever this occurs. This behavior is controlled by the sendemail.confirm configuration setting. For additional information, run 'git send-email --help'. To retain the current behavior, but squelch this message, run 'git config --global sendemail.confirm auto'. Send this email? ([y]es|[n]o|[q]uit|[a]ll): y OK. Log says: Server: smtp.ebnett.no MAIL FROM: RCPT TO: =46rom: =3D?UTF-8?q?Noralf=3D20Tr=3DF8nnes?=3D To: notro@tronnes.org Subject: [PATCH] staging: fbtft: remove ARCH_BCM2708 optimization Date: Tue, 20 Jan 2015 20:44:15 +0100 Message-Id: <1421783055-3117-1-git-send-email-notro@tronnes.org> X-Mailer: git-send-email 2.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=3DUTF-8 Content-Transfer-Encoding: 8bit Result: 250 2.0.0 Ok: queued as B49BB8014D Setup: Ubuntu server $ cat /etc/issue Ubuntu 12.04.3 LTS \n \l $ git --version git version 2.2.2 $ git config -l user.name=3DNoralf Tr=F8nnes user.email=3Dnotro@tronnes.org core.editor=3Dnano alias.serve=3Ddaemon --verbose --export-all --base-path=3D/home/pi --re= useaddr sendemail.smtpserver=3Dsmtp.ebnett.no core.repositoryformatversion=3D0 core.filemode=3Dtrue core.bare=3Dfalse core.logallrefupdates=3Dtrue remote.origin.fetch=3D+refs/heads/*:refs/remotes/origin/* remote.origin.url=3Dgit://git.kernel.org/pub/scm/linux/kernel/git/gregk= h/staging.git branch.master.remote=3Dorigin branch.master.merge=3Drefs/heads/master branch.staging-testing.remote=3Dorigin branch.staging-testing.merge=3Drefs/heads/staging-testing Regards, Noralf Tr=F8nnes