Merge branch 'ps/guess-repo-name-at-root'
commit4bfab58ce2d47cef9236571cb1451bf3b62241c1
authorJunio C Hamano <gitster@pobox.com>
Wed, 19 Aug 2015 21:48:54 +0000 (19 14:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Aug 2015 21:48:54 +0000 (19 14:48 -0700)
tree9029ee6b432c0f6a5faddc0a7d89ea6c2b821815
parent8259da5ea3d993aa8b783a5039f5a78d86312c65
parentadef9561f0c8cf2c974d78adac0ae236e159e49f
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
builtin/clone.c