summaryrefslogtreecommitdiff
path: root/tests-clar/resources/testrepo/.gitted/config
blob: d0114012f987aa677204a15066c773c0a0b6489f (plain)
1
2
3
4
5
6
7
8
[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
[remote "test"]
	url = git://github.com/libgit2/libgit2
	fetch = +refs/heads/*:refs/remotes/test/*