Merge branch 'nd/clone-local-with-colon'
commit41aaccdcf9170e744e423f2b1f889ada6604ae38
authorJunio C Hamano <gitster@pobox.com>
Sun, 2 Jun 2013 22:52:22 +0000 (2 15:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 2 Jun 2013 22:52:22 +0000 (2 15:52 -0700)
treeb785562c2face9c4b2523779525d186d0cbe368c
parentdbbc93b221c6ee9cb2d417a43078b0d2a986fd33
parent60003340cda05f5ecd79ee8522b21eda038b994b
Merge branch 'nd/clone-local-with-colon'

"git clone foo/bar:baz" cannot be a request to clone from a remote
over git-over-ssh specified in the scp style.  Detect this case and
clone from a local repository at "foo/bar:baz".

* nd/clone-local-with-colon:
  clone: allow cloning local paths with colons in them
builtin/clone.c
connect.c