aboutsummaryrefslogtreecommitdiff
path: root/src/git-lfs/feature.json
blob: 4fa33c565a33dc5f1e2e9e40c531a6c7010a45bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "id": "git-lfs",
    "name": "Git Large File Support (LFS)",
    "options": {
        "version": {
            "type": "string",
            "enum": ["latest"],
            "default": "latest",
            "description": "Currently unused."
        }
    },
    "install": {
        "app": "",
        "file": "install.sh"
    }
}