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