summaryrefslogtreecommitdiff
path: root/tests/resources/push_src/.gitted/modules/submodule/config
diff options
context:
space:
mode:
Diffstat (limited to 'tests/resources/push_src/.gitted/modules/submodule/config')
-rw-r--r--tests/resources/push_src/.gitted/modules/submodule/config15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/resources/push_src/.gitted/modules/submodule/config b/tests/resources/push_src/.gitted/modules/submodule/config
new file mode 100644
index 000000000..59810077d
--- /dev/null
+++ b/tests/resources/push_src/.gitted/modules/submodule/config
@@ -0,0 +1,15 @@
+[core]
+ repositoryformatversion = 0
+ filemode = false
+ bare = false
+ logallrefupdates = true
+ worktree = ../../../submodule
+ symlinks = false
+ ignorecase = true
+ hideDotFiles = dotGitOnly
+[remote "origin"]
+ fetch = +refs/heads/*:refs/remotes/origin/*
+ url = m:/dd/libgit2/tests-clar/resources/testrepo.git
+[branch "master"]
+ remote = origin
+ merge = refs/heads/master