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