内容简介:Git for Windows 2.19.0 发布了,该版本带来了不少的更新和 bug 修复: 新特性 Comes with Git v2.19.0. There are now fast, built-in versions of git stash and git rebase, available as experimental optio...
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
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
程序设计抽象思想
Eric S.Roberts、闪四清 / 闪四清 / 清华大学出版社 / 2005-6 / 78.00元
本书全面介绍了数据结构的基础内容。介绍了多个库包,可用于简化编程流程;详细讨论了递归编程的用法,包括大量难度各异的编程示例和练习。一起来看看 《程序设计抽象思想》 这本书的介绍吧!