]> git.proxmox.com Git - libgit2.git/blob - tests/resources/testrepo2/.gitted/config
4af067f04016f88731c257b0b31b0017ad580063
[libgit2.git] / tests / resources / testrepo2 / .gitted / config
1 [core]
2 repositoryformatversion = 0
3 filemode = true
4 bare = false
5 logallrefupdates = true
6 ignorecase = true
7 precomposeunicode = false
8 [remote "origin"]
9 url = https://github.com/libgit2/false.git
10 fetch = +refs/heads/*:refs/remotes/origin/*
11 [remote "insteadof-test"]
12 url = http://example.com/libgit2/libgit2
13 pushurl = http://github.com/libgit2/libgit2
14 fetch = +refs/heads/*:refs/remotes/test/*
15 [branch "master"]
16 remote = origin
17 merge = refs/heads/master
18 rebase = true
19 [url "longer-non-prefix-match"]
20 insteadOf = ttp://example.com/li
21 [url "shorter-prefix"]
22 insteadOf = http://example.co
23 [url "http://github.com"]
24 insteadOf = http://example.com
25 [url "git@github.com:"]
26 pushInsteadOf = http://github.com/