]> granicus.if.org Git - git/commitdiff
Merge branch 'nd/clone-local-with-colon'
authorJunio C Hamano <gitster@pobox.com>
Sun, 2 Jun 2013 22:52:22 +0000 (15:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 2 Jun 2013 22:52:22 +0000 (15:52 -0700)
"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

1  2 
builtin/clone.c
connect.c

diff --cc builtin/clone.c
Simple merge
diff --cc connect.c
Simple merge