mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-03 04:34:15 +00:00
13 lines
283 B
Plaintext
13 lines
283 B
Plaintext
[core]
|
|
repositoryformatversion = 0
|
|
filemode = true
|
|
bare = true
|
|
logallrefupdates = true
|
|
[remote "test"]
|
|
url = git://github.com/libgit2/libgit2
|
|
fetch = +refs/heads/*:refs/remotes/test/*
|
|
|
|
[branch "master"]
|
|
remote = test
|
|
merge = refs/heads/master
|