From 3381139bcd476b549d6a8e58fb8c71cf33b225af Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Sun, 22 May 2011 21:46:45 -0700 Subject: Try adding a git repo for testing again Git thinks we are trying to use submodules, so fake it out by renaming the .git directory to ._git_ . It will need to be renamed to .git during test runs. --- t/data/testing/._git_/config | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 t/data/testing/._git_/config (limited to 't/data/testing/._git_/config') diff --git a/t/data/testing/._git_/config b/t/data/testing/._git_/config new file mode 100644 index 0000000..dc3e3df --- /dev/null +++ b/t/data/testing/._git_/config @@ -0,0 +1,10 @@ +[core] + repositoryformatversion = 0 + filemode = true + bare = false +[remote "origin"] + fetch = +refs/heads/*:refs/remotes/origin/* + url = git@github.com:solgenomics/testing.git +[branch "master"] + remote = origin + merge = refs/heads/master -- cgit 1.4.1