Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests-clar/resources/testrepo/.gitted/config')
-rw-r--r--tests-clar/resources/testrepo/.gitted/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clar/resources/testrepo/.gitted/config b/tests-clar/resources/testrepo/.gitted/config
index 1a5aacdfa..d0114012f 100644
--- a/tests-clar/resources/testrepo/.gitted/config
+++ b/tests-clar/resources/testrepo/.gitted/config
@@ -1,7 +1,7 @@
[core]
repositoryformatversion = 0
filemode = true
- bare = true
+ bare = false
logallrefupdates = true
[remote "test"]
url = git://github.com/libgit2/libgit2