aboutsummaryrefslogtreecommitdiff
path: root/src/git-lfs/feature.json
blob: 892670b610eaf0a4aab41679278a52a3e6c4a3c5 (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", "none"],
            "default": "latest",
            "description": "Currently unused."
        }
    },
    "install": {
        "app": "",
        "file": "install.sh"
    }
}