内容简介:Git for Windows 2.19.0 发布了,该版本带来了不少的更新和 bug 修复:更多内容请查看
Git for Windows 2.19.0 发布了,该版本带来了不少的更新和 bug 修复:
新特性
-
Comes with Git v2.19.0 .
-
There are now fast , built-in versions of
git stashandgit rebase, available as experimental options . -
The included OpenSSH client now enables modern ciphers .
-
The
gitwebcomponent was removed because it is highly unlikely to be used on Windows. -
The
git archimporttool (which was probably used by exactly 0 users) is no longer included in Git for Windows . -
Comes with tig v2.4.0 .
-
Comes with Git LFS v2.5.1 .
-
Comes with Git Credential Manager v1.17.1 .
-
Comes with OpenSSL v1.0.2p .
-
Comes with cURL v7.61.1 .
-
Comes with mingw-w64-nodejs v8.12.0 .
Bug 修复
-
The
http.schannel.checkRevokesetting (which never worked) was renamed tohttp.schannelCheckRevoke. In the same run,http.schannel.useSSLCAInfo(which also did not work, for the same reason) was renamed tohttp.schannelUseSSLCAInfo. -
Avoids a stack overflow with recent Windows Insider versions.
-
Git GUI now handles hooks correctly in worktrees other than the main one.
-
When using
core.autocrlf, the bogus "LF will be replaced by CRLF" warning is now suppressed . -
The funny
fatal error -cmalloc would have returned NULLproblems should be gone.
更多内容请查看 https://github.com/git-for-windows/git/releases/tag/v2.19.0.windows.1
以上所述就是小编给大家介绍的《Git for Windows 2.19.0 发布,升级至 Git 2.19.0》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
高性能Python
(美)戈雷利克、(英)欧日沃尔德 / 东南大学出版社 / 2015-2
你的Python代码也许运行正确,但是你需要运行得更快速。通过探讨隐藏在设计备选方案中的基础理论,戈雷利克和欧日沃尔德编著的《高性能Python》将帮助你更深入地理解Python的实现。你将了解如何定位性能瓶颈,从而显著提升高数据流量程序中的代码执行效率。 你该如何利用多核架构和集群?或者你该如何搭建一个可以自由伸缩而不会影响可靠性的系统?有经验的Python程序员将会学习到这类问题的具体解......一起来看看 《高性能Python》 这本书的介绍吧!