- topic::GitBash ,本格的に bash5.x へ本格的な移行を開始した模様
- こちらより
https://github.com/git-for-windows/git/releases/tag/v2.36.1.windows.1
from : Git for Windows 2.36.1/ Upcoming breaking changes We plan to update the included bash to version 5.1 (currently 4.4) soon after Git for Windows 2.36.0 is released. Please check your shell scripts for potential compatibility issues. Git for Windows will also stop supporting Windows Vista soon after Git for Windows 2.36.0 is released. Around the beginning of 2023, Git for Windows will drop support for Windows 7 and for Windows 8, following Cygwin's and MSYS2's lead(link) (Git for Windows relies on MSYS2 for components such as Bash and Perl). - link/ Cygwin's and MSYS2's lead - https://www.msys2.org/docs/windows_support/
- [驚き] ...Git for Windows will drop support for Windows 7 and for Windows 8,...
- 現 GitBash 2.37
- こちらより
$ git --version; bash --version
git version 2.37.0.windows.1
GNU bash, version 4.4.23(1)-release (x86_64-pc-msys)
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
```
- GitBash 2.36.1
```
$ git --version; bash --version
git version 2.36.1.windows.1
GNU bash, version 4.4.23(1)-release (x86_64-pc-msys)
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
```
- 2022/06/28? 頃
- https://github.com/git-for-windows/git/releases/tag/v2.37.0.windows.1
- 2022/06/19.upd.06/23 ... GitBash Ver2.37.0-rcX. が進行中
- GitBash Ver2.37.0-rc2
- https://github.com/git-for-windows/git/releases/tag/v2.37.0-rc2.windows.1
- GitBash Ver2.37.0-rc1
- https://github.com/git-for-windows/git/releases/tag/v2.37.0-rc1.windows.1
- GitBash Ver2.37.0-rc0
- https://github.com/git-for-windows/git/releases/tag/v2.37.0-rc0.windows.1