diff options
Diffstat (limited to 'features/src/git/devcontainer-feature.json')
-rw-r--r-- | features/src/git/devcontainer-feature.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/features/src/git/devcontainer-feature.json b/features/src/git/devcontainer-feature.json new file mode 100644 index 0000000..dea20a1 --- /dev/null +++ b/features/src/git/devcontainer-feature.json @@ -0,0 +1,26 @@ +{ + "id": "git", + "version": "1.1.6", + "name": "Git (from source)", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/git", + "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" + } + }, + "installsAfter": [ + "https://gitrepo.ru/api/packages/NeonXP/generic/features/latest/devcontainer-feature-common-utils.tgz" + ] +} |