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