curl: anonymize URLs in error messages and warnings
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 4 Mar 2019 15:33:46 +0000 (07:33 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Mar 2019 13:11:58 +0000 (22:11 +0900)
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 messages and
warnings.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found