Re: [PATCH 1/1] curl: anonymize URLs in error messages and warnings

2019-03-05 Thread Johannes Schindelin
Hi Peff, On Tue, 5 Mar 2019, Jeff King wrote: > On Mon, Mar 04, 2019 at 07:33:46AM -0800, Johannes Schindelin via > GitGitGadget wrote: > > > @@ -442,17 +443,23 @@ static struct discovery *discover_refs(const char > > *service, int for_push) > > break; > > case HTTP_MISSING_TAR

Re: [PATCH 1/1] curl: anonymize URLs in error messages and warnings

2019-03-04 Thread Jeff King
On Mon, Mar 04, 2019 at 07:33:46AM -0800, Johannes Schindelin via GitGitGadget wrote: > From: Johannes Schindelin > > Just like 47abd85ba0 (fetch: Strip usernames from url's before storing > them, 2009-04-17) and later 882d49ca5c (push: anonymize URL in status > output, 2016-07-13), this change

[PATCH 1/1] curl: anonymize URLs in error messages and warnings

2019-03-04 Thread Johannes Schindelin via GitGitGadget
From: Johannes Schindelin Just like 47abd85ba0 (fetch: Strip usernames from url's before storing them, 2009-04-17) and later 882d49ca5c (push: anonymize URL in status output, 2016-07-13), this change anonymizes URLs (read: strips them of user names and especially passwords) in user-facing error m