mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-04 21:46:22 +00:00
21 lines
528 B
Plaintext
21 lines
528 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/*
|
|
|
|
[remote "test_with_pushurl"]
|
|
url = git://github.com/libgit2/fetchlibgit2
|
|
pushurl = git://github.com/libgit2/pushlibgit2
|
|
fetch = +refs/heads/*:refs/remotes/test_with_pushurl/*
|
|
|
|
[branch "master"]
|
|
remote = test
|
|
merge = refs/heads/master
|
|
[branch "track-local"]
|
|
remote = .
|
|
merge = refs/heads/master
|