diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2023-01-11 22:02:28 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-11 22:02:28 +0300 |
commit | 74dd2710dc77b85d6ad72c4534f4c7d7f67b86b2 (patch) | |
tree | 678fbd7d7d1cee3e3d53d0f4f0a66c6273bb8c11 /src/git/devcontainer-feature.json | |
parent | e67f4dc0fd053d7bac56a8c802b3a1af68da5bf6 (diff) |
Git: Use sysconfdir=/etc for git built from source (#395)
* Git: Adds a new 'addGitConfigSymlink' option
* Use sysconfdir
Diffstat (limited to 'src/git/devcontainer-feature.json')
-rw-r--r-- | src/git/devcontainer-feature.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git/devcontainer-feature.json b/src/git/devcontainer-feature.json index ea35c4b..4123aed 100644 --- a/src/git/devcontainer-feature.json +++ b/src/git/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "git", - "version": "1.1.3", + "version": "1.1.4", "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.", |