From: Junio C Hamano Date: Wed, 19 Aug 2015 21:48:54 +0000 (-0700) Subject: Merge branch 'ps/guess-repo-name-at-root' X-Git-Tag: v2.6.0-rc0~59 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4bfab58ce2d47cef9236571cb1451bf3b62241c1 Merge branch 'ps/guess-repo-name-at-root' "git clone $URL", when cloning from a site whose sole purpose is to host a single repository (hence, no path after :///), tried to use the site name as the new repository name, but did not remove username or password when part was of the form @:. The code is taught to redact these. * ps/guess-repo-name-at-root: clone: abort if no dir name could be guessed clone: do not use port number as dir name clone: do not include authentication data in guessed dir --- 4bfab58ce2d47cef9236571cb1451bf3b62241c1