On Fri, Apr 24, 2020 at 02:20:08PM +0000, Johannes Schindelin via GitGitGadget wrote: > From: Johannes Schindelin <johannes.schindelin@xxxxxx> > > 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), and even later c1284b21f243 (curl: anonymize URLs > in error messages and warnings, 2019-03-04) 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@xxxxxx> > --- > push: anonymize URLs in error messages and warnings > > A token used by GitGitGadget was leaked by this bug. Thankfully, it > seems nobody noticed, and I installed a patched Git on the self-hosted > build agent so that this won't happen anymore. All looks good to me, thanks. Reviewed-by: Taylor Blau <me@xxxxxxxxxxxx> Thanks, Taylor