diff options
Diffstat (limited to '')
-rw-r--r-- | tests/resources/testrepo/.gitted/config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/resources/testrepo/.gitted/config b/tests/resources/testrepo/.gitted/config new file mode 100644 index 0000000..d011401 --- /dev/null +++ b/tests/resources/testrepo/.gitted/config @@ -0,0 +1,8 @@ +[core] + repositoryformatversion = 0 + filemode = true + bare = false + logallrefupdates = true +[remote "test"] + url = git://github.com/libgit2/libgit2 + fetch = +refs/heads/*:refs/remotes/test/* |