summaryrefslogtreecommitdiffstats
path: root/tests/resources/crlf.git/config
blob: a8e94d7bc4267a280e049a0a379ce6a59ed32c1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
	precomposeunicode = true
[remote "origin"]
	url = /Users/ethomson/libgit2/libgit2-3/tests/resources/crlf.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master