about summary refs log tree commit diff
path: root/t/data/testing/._git_/config
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-05-22 21:46:45 -0700
committerJonathan "Duke" Leto <jonathan@leto.net>2011-05-22 21:46:45 -0700
commit3381139bcd476b549d6a8e58fb8c71cf33b225af (patch)
tree2bad0a5636a3384887dc31deea84115ea8922baf /t/data/testing/._git_/config
parentMess around with test data (diff)
downloadjitterbug-3381139bcd476b549d6a8e58fb8c71cf33b225af.tar.gz
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.
Diffstat (limited to 't/data/testing/._git_/config')
-rw-r--r--t/data/testing/._git_/config10
1 files changed, 10 insertions, 0 deletions
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