summaryrefslogtreecommitdiff
path: root/tests/resources/testrepo2/.gitted/config
diff options
context:
space:
mode:
Diffstat (limited to 'tests/resources/testrepo2/.gitted/config')
-rw-r--r--tests/resources/testrepo2/.gitted/config14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/resources/testrepo2/.gitted/config b/tests/resources/testrepo2/.gitted/config
new file mode 100644
index 000000000..fc2433caf
--- /dev/null
+++ b/tests/resources/testrepo2/.gitted/config
@@ -0,0 +1,14 @@
+[core]
+ repositoryformatversion = 0
+ filemode = true
+ bare = false
+ logallrefupdates = true
+ ignorecase = true
+ precomposeunicode = false
+[remote "origin"]
+ url = https://github.com/libgit2/false.git
+ fetch = +refs/heads/*:refs/remotes/origin/*
+[branch "master"]
+ remote = origin
+ merge = refs/heads/master
+ rebase = true