内容简介: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 log
is 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 status
as, say,git Status
.
详情见发布公告。
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Git for Windows 2.17.1 发布,Win 下的 Git 客户端》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- 支付宝客户端架构解析:iOS 客户端启动性能优化初探
- 自己动手做数据库客户端: BashSQL开源数据库客户端
- 支付宝客户端架构解析:Android 客户端启动速度优化之「垃圾回收」
- 客户端HTTP缓存
- 简析移动客户端安全
- 配置Hadoop集群客户端
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
深度探索C++对象模型
斯坦利•B.李普曼 (Stanley B. Lippman) / 侯捷 / 电子工业出版社 / 2012-1 / 69.00元
作者Lippman参与设计了全世界第一套C++编译程序cfront,这本书就是一位伟大的C++编译程序设计者向你阐述他如何处理各种explicit(明确出现于C++程序代码中)和implicit(隐藏于程序代码背后)的C++语意。 本书专注于C++面向对象程序设计的底层机制,包括结构式语意、临时性对象的生成、封装、继承,以及虚拟——虚拟函数和虚拟继承。这本书让你知道:一旦你能够了解底层实现模......一起来看看 《深度探索C++对象模型》 这本书的介绍吧!