summaryrefslogtreecommitdiff
path: root/open-source-lorries/git.lorry
blob: 1a31a8514aa0368c7da325d8d2d0f5f12776cd53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "git": {
        "type": "git",
        "url": "https://github.com/git/git.git",
        "refspecs": [
            "master", "+next",
            "maint",
            "+refs/heads/*",
            "+refs/tags/*"
        ]
    }
}