diff options
Diffstat (limited to 'tests/resources/push_src/.gitted/config')
-rw-r--r-- | tests/resources/push_src/.gitted/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/resources/push_src/.gitted/config b/tests/resources/push_src/.gitted/config new file mode 100644 index 0000000..51de031 --- /dev/null +++ b/tests/resources/push_src/.gitted/config @@ -0,0 +1,10 @@ +[core] + repositoryformatversion = 0 + filemode = false + bare = false + logallrefupdates = true + symlinks = false + ignorecase = true + hideDotFiles = dotGitOnly +[submodule "submodule"] + url = m:/dd/libgit2/tests-clar/resources/testrepo.git |