内容简介:Git for Windows 2.15.1 发布了,主要更新内容如下: 新特性 Comes with Git v2.15.1. Operations in massively-sparse worktrees are now much faster if core.fscache = true. It is now possible to configure...
Git for Windows 2.15.1 发布了,主要更新内容如下:
新特性
Comes with Git v2.15.1.
Operations in massively-sparse worktrees are now much faster if
core.fscache = true
.It is now possible to configure
nano
or Notepad++ as Git's default editor instead ofvim
.Comes with OpenSSL v1.0.2m.
Git for Windows' updater now uses non-intrusive toast notifications on Windows 8, 8.1 and 10.
Running
git fetch
in a repository with lots of refs is now considerably faster.Comes with cURL v7.57.0.
Bug 修复
The experimental
--show-ignored-directory
option ofgit status
which was removed in Git for Windows v2.15.0 without warning has been reintroduced as a deprecated option.The
git update
command (to auto-update Git for Windows) will now work also work behind proxies.
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Git 2.13.1 发布,分布式版本控制系统
- Git 2.21.0 发布,分布式版本控制系统
- Git 2.24 发布,分布式版本控制系统
- Git for Windows 2.13.1 发布,分布式版本控制系统
- Git for Windows 2.14.3 发布,分布式版本控制系统
- Git for Windows 2.16.1 发布,分布式版本控制系统
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Approximation Algorithms
Vijay V. Vazirani / Springer / 2001-07-02 / USD 54.95
'This book covers the dominant theoretical approaches to the approximate solution of hard combinatorial optimization and enumeration problems. It contains elegant combinatorial theory, useful and inte......一起来看看 《Approximation Algorithms》 这本书的介绍吧!