Add a config file to the corpus

This commit is contained in:
Nelson Elhage
2018-08-05 03:14:56 +00:00
parent 1a8e22e846
commit bcfa762b36

View File

@@ -0,0 +1,11 @@
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = git@github.com:libgit2/libgit2
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master