commit | 4bfab58ce2d47cef9236571cb1451bf3b62241c1 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Wed Aug 19 14:48:54 2015 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Aug 19 14:48:54 2015 -0700 |
tree | 9029ee6b432c0f6a5faddc0a7d89ea6c2b821815 | |
parent | 8259da5ea3d993aa8b783a5039f5a78d86312c65 [diff] | |
parent | adef9561f0c8cf2c974d78adac0ae236e159e49f [diff] |
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 <scheme>://<site>/), tried to use the site name as the new repository name, but did not remove username or password when <site> part was of the form <user>@<pass>:<host>. 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