Thread (2 messages) flat view 2 messages, 2 authors, 2016-06-15

Re: [PATCH v2] clone: allow cloning local paths with colons in them

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:57:09

Nguyễn Thái Ngọc Duy [off-list ref] writes:
quoted hunk
diff --git a/t/t5601-clone.sh b/t/t5601-clone.sh
index 67869b4..0629149 100755
--- a/t/t5601-clone.sh
+++ b/t/t5601-clone.sh
@@ -280,4 +280,9 @@ test_expect_success 'clone checking out a tag' '
 	test_cmp fetch.expected fetch.actual
 '
 
+test_expect_success NOT_MINGW,NOT_CYGWIN 'clone local path foo:bar' '
+	cp -R src "foo:bar" &&
+	git clone "./foo:bar" foobar
+'
Hmph, why not

	git clone --mirror src foo:bar &&
        git clone ./foo:bar foobar

or something?  Also do we have a easy negative case we want to test,
i.e. a case where we do not want the new codepath to trigger by
mistake?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help