Ai大模型相关案例,AI
Git for Windows 2.5.3 发布,此版本更新内容如下:
新特性
- Comes with Git 2.5.3.
- Includes
git flow
. - By configuring
git config core.editor notepad
, users can now usenotepad.exe
as their default editor. Configuringgit config format.commitMessageColumns 72
will be picked up by the notepad wrapper and line-wrap the commit message after the user edited it. - The Subversion bindings for use with
git svn
were upgraded to version 1.9.1. - Some interactive console programs, e.g.
psql.exe
, now work in mintty thanks to pre-configured aliases. - The mechanism to diff
.pdf
,.doc
and.docx
files known from Git for Windows 1.x has been ported to Git for Windows 2.x. - Git can now access IPv6-only hosts via HTTP/HTTPS.
Bug 修复
- The
.vimrc
in the home directory is now allowed to have DOS line endings. - The
README.portable
file of the portable Git mentions the need to runpost-install.bat
when the archive was extracted manually. - Home directories for user names with non-ASCII characters are handled correctly now.
- The documentation no longer shows plain-text
linkgit:...
“links” but proper hyperlinks instead. - The
mtab
link is written to/etc/mtab
again, as it should. - When run inside the PowerShell, Git no longer gets confused when the current directory’s path and what is recorded in the file system differs in case (e.g. “GIT/” vs “Git/”).
下载:
- Git-2.5.3-32-bit.exe
- Git-2.5.3-64-bit.exe
- PortableGit-2.5.3-32-bit.7z.exe
- PortableGit-2.5.3-64-bit.7z.exe
msysgit 的开发成员 dscho 从 msysgit fork 后合并 git 官方代码推出了 git 发行版 git-for-windows,git-for-windows 使用MSYS2 的工具链,但是在基本设置上沿袭了 msysgit 的设置,版本比 msysgit 新