libgit2/tests/resources/testrepo/.gitted/config
2013-11-14 14:05:52 -08:00

9 lines
219 B
Plaintext

[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "test"]
url = git://github.com/libgit2/libgit2
fetch = +refs/heads/*:refs/remotes/test/*