内容简介:Git for Windows 2.17.1 发布了,此次更新内容如下: New Features Comes with Git v2.17.1. Comes with Perl v5.26.2. The installer now offers VS Code Insiders as option for Git's default editor if ...
Git for Windows 2.17.1 发布了,此次更新内容如下:
New Features
Comes with Git v2.17.1.
Comes with Perl v5.26.2.
The installer now offers VS Code Insiders as option for Git's default editor if it is installed.
The vim configuration was modernized.
Comes with cURL v7.60.0.
Certain errors, e.g. when pushing failed due to a non-fast-forwarding change, are now colorful.
Comes with cURL v7.60.0.
Comes with Git LFS v2.4.1.
Bug Fixes
Fixed an issue with recursive clone (CVE 2018-11235).
Aliases that expand to shell commands can now take arguments containing curly brackets.
Ctrl+C is now handled in Git Bash in a sophisticated way: it emulates the way Ctrl+C is handled in Git CMD, but in a fine-grained way.
Based on the the new Ctrl+C handling in Git Bash, pressing Ctrl+C while
git logis running will only stop Git from traversing the commit history, but keep the pager running.Git was fixed to work correctly in Docker volumes inside Windows containers.
Tab completion of
git status -- <partial-path>is now a lot faster.Git for Windows now creates directory symlinks correctly when asked to.
The option to disable revocation checks with Secure Channel which was introduced in v2.16.1(2) now really works.
Git no longer enters an infinite loop when misspelling
git statusas, say,git Status.
详情见发布公告。
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Git for Windows 2.17.1 发布,Win 下的 Git 客户端》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- 支付宝客户端架构解析:iOS 客户端启动性能优化初探
- 自己动手做数据库客户端: BashSQL开源数据库客户端
- 支付宝客户端架构解析:Android 客户端启动速度优化之「垃圾回收」
- 客户端HTTP缓存
- 简析移动客户端安全
- 配置Hadoop集群客户端
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
深入理解Java虚拟机
周志明 / 机械工业出版社 / 2011-6 / 69.00元
《深入理解Java虚拟机:JVM高级特性与最佳实践》内容简介:作为一位Java程序员,你是否也曾经想深入理解Java虚拟机,但是却被它的复杂和深奥拒之门外?没关系,本书极尽化繁为简之妙,能带领你在轻松中领略Java虚拟机的奥秘。本书是近年来国内出版的唯一一本与Java虚拟机相关的专著,也是唯一一本同时从核心理论和实际运用这两个角度去探讨Java虚拟机的著作,不仅理论分析得透彻,而且书中包含的典型案......一起来看看 《深入理解Java虚拟机》 这本书的介绍吧!