summaryrefslogtreecommitdiff
path: root/tests/resources/submodules/testrepo/.gitted/config
diff options
context:
space:
mode:
Diffstat (limited to 'tests/resources/submodules/testrepo/.gitted/config')
-rw-r--r--tests/resources/submodules/testrepo/.gitted/config12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/resources/submodules/testrepo/.gitted/config b/tests/resources/submodules/testrepo/.gitted/config
new file mode 100644
index 000000000..d6dcad12b
--- /dev/null
+++ b/tests/resources/submodules/testrepo/.gitted/config
@@ -0,0 +1,12 @@
+[core]
+ repositoryformatversion = 0
+ filemode = true
+ bare = false
+ logallrefupdates = true
+ ignorecase = true
+[remote "origin"]
+ fetch = +refs/heads/*:refs/remotes/origin/*
+ url = /Users/rb/src/libgit2/tests/resources/testrepo.git
+[branch "master"]
+ remote = origin
+ merge = refs/heads/master