libgit2-sys 0.2.20

Native bindings to the libgit2 library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[core]
	repositoryformatversion = 0
	filemode = false
	bare = false
	logallrefupdates = true
	worktree = ../../../submodule
	symlinks = false
	ignorecase = true
	hideDotFiles = dotGitOnly
[remote "origin"]
	fetch = +refs/heads/*:refs/remotes/origin/*
	url = m:/dd/libgit2/tests-clar/resources/testrepo.git
[branch "master"]
	remote = origin
	merge = refs/heads/master