aboutsummaryrefslogblamecommitdiff
path: root/src/git/devcontainer-feature.json
blob: ebe919fcf36fcdd5b53eef6025f586862593d617 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

                

                                                                                                                                                                                                                        


                             



                             













                                                           
{
    "id": "git",
    "name": "Git (from source)",
    "description": "Install an up-to-date version of Git, built from source as needed. Useful for when you want the latest and greatest features. Auto-detects latest stable version and installs needed dependencies.",
    "options": {
        "version": {
            "type": "string",
            "proposals": [
                "latest",
                "os-provided"
            ],
            "default": "os-provided",
            "description": "Select or enter a Git version."
        },
        "ppa": {
            "type": "boolean",
            "default": true,
            "description": "Install from PPA if available"
        }
    },
    "install": {
        "app": "",
        "file": "install.sh"
    }
}