[PATCH 1/1] send-email: fix transferencoding config option

2019-04-09 Thread Heinrich Schuchardt
to set it to the default value of 'auto' if is initial after parsing the configuration files. The documentation erroneously mentions the option as sendmail.transferEncoding. Fix that typo. Fixes: e67a228cd8a ("send-email: automatically determine transfer-encoding") Sign

Re: [PATCH 1/1] send-email: fix transferencoding config option

2019-04-09 Thread Heinrich Schuchardt
On 4/10/19 12:55 AM, brian m. carlson wrote: > On Tue, Apr 09, 2019 at 09:27:33PM +0200, Heinrich Schuchardt wrote: >> diff --git a/Documentation/git-send-email.txt >> b/Documentation/git-send-email.txt >> index 1afe9fc858..884e776add 100644 >> --- a/Documentation/

Re: [PATCH 1/1] send-email: fix transferencoding config option

2019-04-09 Thread Heinrich Schuchardt
On 4/9/19 11:58 PM, Jonathan Nieder wrote: > (thanks for cc-ing bmc!) > Hi, > > Heinrich Schuchardt wrote: > >> Subject: send-email: fix transferencoding config option > > nit: "fix" doesn't tell me what was broken and what you improved about > it. Her

Re: [PATCH 1/1] send-email: fix transferencoding config option

2019-04-10 Thread Heinrich Schuchardt
es 'auto' not discover that a patch contains carriage returns and should be base64 encoded (see subroutine apply_transfer_encoding())? Best regards Heinrich -- >8 -- From: Heinrich Schuchardt Date: Tue, 9 Apr 2019 21:27:33 +0200 Subject: [PATCH] send-email: honor transferencoding

[BUG] Cloning with git HEAD fails for some repositories

2019-03-21 Thread Heinrich Schuchardt
Initial cloning via git clone http://git.denx.de/u-boot-efi.git fails with git version 2.21.0.196.g041f5ea1cf git version 2.1.4 works fine. Bisection points to this first bad commit: 17966c0a63d25b1cc2dd1e98d30873e643bd581f http: avoid disconnecting on 404s for loose objects Please, fix th

Re: [BUG] Cloning with git HEAD fails for some repositories

2019-03-22 Thread Heinrich Schuchardt
On 3/22/19 5:50 PM, Eric Wong wrote: > Jeff King wrote: >> On Fri, Mar 22, 2019 at 09:21:14AM +0100, Wolfgang Denk wrote: >> >>> Dear Jeff, >>> >>> In message <20190322071231.ga26...@sigill.intra.peff.net> you wrote: However, so does the parent of 17966c0a63d. So I don't know if the

Re: [BUG] Cloning with git HEAD fails for some repositories

2019-03-22 Thread Heinrich Schuchardt
On 3/22/19 7:09 PM, Eric Wong wrote: > Heinrich Schuchardt wrote: >> On 3/22/19 5:50 PM, Eric Wong wrote: >>> I couldn't reproduce an error after porting your patch to >>> master (commit 041f5ea1cf987a40 "The third batch"): >>> https://80

[BUG] git send-email: incorrectly parses email address with comma

2018-05-12 Thread Heinrich Schuchardt
nrich " \ *.patch-cover-letter.patch (mbox) Adding cc: Heinrich Schuchardt from line 'From: Heinrich Schuchardt ' From: Heinrich Schuchardt To: Schuchardt, Heinrich Subject: [PATCH 0/2] efi_loader: adjust definitions of variable services Date: Sa

Re: [BUG] git send-email: incorrectly parses email address with comma

2018-05-12 Thread Heinrich Schuchardt
On 05/12/2018 11:48 AM, Jeff King wrote: > On Sat, May 12, 2018 at 10:21:46AM +0200, Heinrich Schuchardt wrote: > >> Git send-email allows to combine multiple email addresses in one >> parameter, e.g. >> >> --to="a...@example.com, b...@example.com" >

gitk does not respect UI fonts

2014-06-21 Thread Heinrich Schuchardt
In gitk three UI fonts may be specified. These used for some GUI elements but not for all. Radioboxes for instance do not use any of the 3 fonts that can be specified. An example is provided here: http://i58.tinypic.com/11kwpp0.png Please, change the coding to always use the specified fonts. --

[PATCH] gitweb: add readme to overview page

2012-11-11 Thread Heinrich Schuchardt
: Heinrich Schuchardt --- gitweb/gitweb.perl | 12 1 file changed, 12 insertions(+) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index 10ed9e5..30cd028 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -6369,6 +6369,18 @@ sub git_project_list

[PATCH] Re:gitweb: add readme to overview page

2012-11-11 Thread Heinrich Schuchardt
In this version of the patch the formatting has been corrected. Warnings for double / in filenames are avoided. Signed-off-by: Heinrich Schuchardt --- gitweb/gitweb.perl | 12 1 file changed, 12 insertions(+) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index 10ed9e5