summaryrefslogtreecommitdiff
path: root/t/data/testing/._git_/config
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-05-23 20:43:43 -0700
committerJonathan "Duke" Leto <jonathan@leto.net>2011-05-23 20:43:43 -0700
commit15e96b9f945f9d58ddbe07fab0b2d41474b05118 (patch)
treef7d0349fa5e8c5987e7da0c26022d385e82a8262 /t/data/testing/._git_/config
parentTeach capsule about HARNESS_TIMER (diff)
parentUnbreak capsule.sh (diff)
downloadjitterbug-15e96b9f945f9d58ddbe07fab0b2d41474b05118.tar.gz
Merge branch 'git_refactor'
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