内容简介: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]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
MySQL性能调优与架构设计
简朝阳 / 2009-6 / 59.80元
《MySQL性能调优与架构设计》以 MySQL 数据库的基础及维护为切入点,重点介绍了 MySQL 数据库应用系统的性能调优,以及高可用可扩展的架构设计。 全书共分3篇,基础篇介绍了MySQL软件的基础知识、架构组成、存储引擎、安全管理及基本的备份恢复知识。性能优化篇从影响 MySQL 数据库应用系统性能的因素开始,针对性地对各个影响因素进行调优分析。如 MySQL Schema 设计的技巧......一起来看看 《MySQL性能调优与架构设计》 这本书的介绍吧!