Mercurial > hg > rc1
annotate plugins/filters/.git/config @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
| author | Charlie Root |
|---|---|
| date | Thu, 04 Jan 2018 15:50:29 -0500 |
| parents | |
| children |
| rev | line source |
|---|---|
| 0 | 1 [core] |
| 2 repositoryformatversion = 0 | |
| 3 filemode = true | |
| 4 bare = false | |
| 5 logallrefupdates = true | |
| 6 [remote "origin"] | |
| 7 url = https://github.com/6ec123321/filters.git | |
| 8 fetch = +refs/heads/*:refs/remotes/origin/* | |
| 9 pushurl = git@github.com:6ec123321/filters.git | |
| 10 [branch "master"] | |
| 11 remote = origin | |
| 12 merge = refs/heads/master | |
| 13 [remote "composer"] | |
| 14 url = https://github.com/6ec123321/filters.git | |
| 15 fetch = +refs/heads/*:refs/remotes/composer/* |
