File tree Expand file tree Collapse file tree 23 files changed +27
-21
lines changed
javascript-node/test-project
typescript-node/test-project Expand file tree Collapse file tree 23 files changed +27
-21
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ check "git" git --version
2121check " git-location" sh -c " which git | grep /usr/local/bin/git"
2222
2323git_version=$( git --version)
24- check-version-ge " git-requirement" " ${git_version} " " git version 2.39.1 "
24+ check-version-ge " git-requirement" " ${git_version} " " git version 2.39.2 "
2525
2626check " set-git-config-user-name" sh -c " sudo git config --system user.name devcontainers"
2727check " gitconfig-file-location" sh -c " ls /etc/gitconfig"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ check "git" git --version
1010check " git-location" sh -c " which git | grep /usr/local/bin/git"
1111
1212git_version=$( git --version)
13- check-version-ge " git-requirement" " ${git_version} " " git version 2.39.1 "
13+ check-version-ge " git-requirement" " ${git_version} " " git version 2.39.2 "
1414
1515check " set-git-config-user-name" sh -c " sudo git config --system user.name devcontainers"
1616check " gitconfig-file-location" sh -c " ls /etc/gitconfig"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ check "git" git --version
1010check " git-location" sh -c " which git | grep /usr/local/bin/git"
1111
1212git_version=$( git --version)
13- check-version-ge " git-requirement" " ${git_version} " " git version 2.39.1 "
13+ check-version-ge " git-requirement" " ${git_version} " " git version 2.39.2 "
1414
1515check " set-git-config-user-name" sh -c " sudo git config --system user.name devcontainers"
1616check " gitconfig-file-location" sh -c " ls /etc/gitconfig"
Original file line number Diff line number Diff line change 1010 "userUid" : " 1000" ,
1111 "userGid" : " 1000" ,
1212 "upgradePackages" : " true"
13+ },
14+ "ghcr.io/devcontainers/features/git:1" : {
15+ "version" : " latest" ,
16+ "ppa" : " false"
1317 }
1418 },
1519 // Use 'forwardPorts' to make a list of ports inside the container available locally.
Original file line number Diff line number Diff line change @@ -108,7 +108,6 @@ checkExtension() {
108108checkCommon ()
109109{
110110 PACKAGE_LIST=" apt-utils \
111- git \
112111 openssh-client \
113112 less \
114113 iproute2 \
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ check "zsh theme symlink" test -e $HOME/.oh-my-zsh/custom/themes/codespaces.zsh-
1212check " git" git --version
1313
1414git_version=$( git --version)
15- check-version-ge " git-requirement" " ${git_version} " " git version 2.34.1 "
15+ check-version-ge " git-requirement" " ${git_version} " " git version 2.39.2 "
1616
1717check " set-git-config-user-name" sh -c " sudo git config --system user.name devcontainers"
1818check " gitconfig-file-location" sh -c " ls /etc/gitconfig"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ check "git" git --version
3030check " git-location" sh -c " which git | grep /usr/local/bin/git"
3131
3232git_version=$( git --version)
33- check-version-ge " git-requirement" " ${git_version} " " git version 2.39.1 "
33+ check-version-ge " git-requirement" " ${git_version} " " git version 2.39.2 "
3434
3535check " set-git-config-user-name" sh -c " sudo git config --system user.name devcontainers"
3636check " gitconfig-file-location" sh -c " ls /etc/gitconfig"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ check "git" git --version
1919check " git-location" sh -c " which git | grep /usr/local/bin/git"
2020
2121git_version=$( git --version)
22- check-version-ge " git-requirement" " ${git_version} " " git version 2.39.1 "
22+ check-version-ge " git-requirement" " ${git_version} " " git version 2.39.2 "
2323
2424check " set-git-config-user-name" sh -c " sudo git config --system user.name devcontainers"
2525check " gitconfig-file-location" sh -c " ls /etc/gitconfig"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ check "git" git --version
1616check " git-location" sh -c " which git | grep /usr/local/bin/git"
1717
1818git_version=$( git --version)
19- check-version-ge " git-requirement" " ${git_version} " " git version 2.39.1 "
19+ check-version-ge " git-requirement" " ${git_version} " " git version 2.39.2 "
2020
2121check " set-git-config-user-name" sh -c " sudo git config --system user.name devcontainers"
2222check " gitconfig-file-location" sh -c " ls /etc/gitconfig"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ check "git" git --version
2323check " git-location" sh -c " which git | grep /usr/local/bin/git"
2424
2525git_version=$( git --version)
26- check-version-ge " git-requirement" " ${git_version} " " git version 2.39.1 "
26+ check-version-ge " git-requirement" " ${git_version} " " git version 2.39.2 "
2727
2828check " set-git-config-user-name" sh -c " sudo git config --system user.name devcontainers"
2929check " gitconfig-file-location" sh -c " ls /etc/gitconfig"
You can’t perform that action at this time.
0 commit comments