Git for Windows 2.9.2 发布了,更新如下:
Comes with Git 2.9.2 (skipping the Windows release of Git 2.9.1 due to a regression caught by the automated tests).
Git Credential Manager was updated to v1.5.0.
The installer will now refuse to downgrade Git for Windows, unless the user assures that it is intended.
MinGit, the portable, non-interactive Git intended for third-party tools, is now also built as part of Git for Windows' official versions.
When git bundle create is asked to create an empty bundle, it is supposed to error out and delete the corrupt bundle file. The deletion no longer fails due to an unreleased lock file.
git bundle create
When launching git help <command>, the help.browser config setting is now respected.
git help <command>
help.browser
The title bar in Git for Windows' SDK shows the correct prefix again.
We no longer throw an assertion when using the git credential-store.
git credential-store
When configuring notepad as commit message editor, UTF-8 messages are now handled correctly.
notepad
详情及下载地址:https://github.com/git-for-windows/git/releases/tag/v2.9.2.windows.1
评论删除后,数据将无法恢复
Git for Windows 2.9.2 发布
Git for Windows 2.9.2 发布了,更新如下:
新特性:
Comes with Git 2.9.2 (skipping the Windows release of Git 2.9.1 due to a regression caught by the automated tests).
Git Credential Manager was updated to v1.5.0.
The installer will now refuse to downgrade Git for Windows, unless the user assures that it is intended.
MinGit, the portable, non-interactive Git intended for third-party tools, is now also built as part of Git for Windows' official versions.
Bug 修复:
When
git bundle create
is asked to create an empty bundle, it is supposed to error out and delete the corrupt bundle file. The deletion no longer fails due to an unreleased lock file.When launching
git help <command>
, thehelp.browser
config setting is now respected.The title bar in Git for Windows' SDK shows the correct prefix again.
We no longer throw an assertion when using the
git credential-store
.When configuring
notepad
as commit message editor, UTF-8 messages are now handled correctly.详情及下载地址:https://github.com/git-for-windows/git/releases/tag/v2.9.2.windows.1