File tree Expand file tree Collapse file tree 18 files changed +18
-18
lines changed
javascript-node/test-project
typescript-node/test-project Expand file tree Collapse file tree 18 files changed +18
-18
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.2 "
24+ check-version-ge " git-requirement" " ${git_version} " " git version 2.40.1 "
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.2 "
13+ check-version-ge " git-requirement" " ${git_version} " " git version 2.40.1 "
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.2 "
13+ check-version-ge " git-requirement" " ${git_version} " " git version 2.40.1 "
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 @@ -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.39.2 "
15+ check-version-ge " git-requirement" " ${git_version} " " git version 2.40.1 "
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.2 "
33+ check-version-ge " git-requirement" " ${git_version} " " git version 2.40.1 "
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.2 "
22+ check-version-ge " git-requirement" " ${git_version} " " git version 2.40.1 "
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.2 "
19+ check-version-ge " git-requirement" " ${git_version} " " git version 2.40.1 "
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.2 "
26+ check-version-ge " git-requirement" " ${git_version} " " git version 2.40.1 "
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"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ check "git" git --version
2525check " git-location" sh -c " which git | grep /usr/local/bin/git"
2626
2727git_version=$( git --version)
28- check-version-ge " git-requirement" " ${git_version} " " git version 2.39.2 "
28+ check-version-ge " git-requirement" " ${git_version} " " git version 2.40.1 "
2929
3030check " set-git-config-user-name" sh -c " sudo git config --system user.name devcontainers"
3131check " 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.2 "
26+ check-version-ge " git-requirement" " ${git_version} " " git version 2.40.1 "
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